Skip to content

Commit

Permalink
Fix assert export for scure pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 22, 2024
1 parent 870a904 commit c1a1e0a
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, abytes as bytes, ahash, aexists, aoutput };
export { anumber, anumber as number, abytes, abytes as bytes, ahash, aexists, aoutput };

const assert = {
number: anumber,
Expand Down

0 comments on commit c1a1e0a

Please sign in to comment.