Skip to content

Commit

Permalink
Fix missing export (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Mar 26, 2023
1 parent c3bc0e8 commit 3deac35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numeric.d.ts
@@ -1,4 +1,4 @@
type Numeric = number | bigint;
export type Numeric = number | bigint;

type Zero = 0 | 0n;

Expand Down

0 comments on commit 3deac35

Please sign in to comment.