Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 22, 2024
1 parent 6161218 commit 288fbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_assert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function aoutput(out: any, instance: any) {
}
}

export { anumber, abytes, ahash, aexists, aoutput };
export { anumber, abytes, abytes as bytes, ahash, aexists, aoutput };

const assert = {
number: anumber,
Expand Down

0 comments on commit 288fbfa

Please sign in to comment.