Skip to content

Commit

Permalink
type() can return BigInt (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Apr 2, 2024
1 parent c3c91a8 commit 30895e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/type.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export function type(val: any):
| 'Undefined'
| 'Symbol'
| 'Error'
| 'Date';
| 'Date'
| 'BigInt';

0 comments on commit 30895e4

Please sign in to comment.