Skip to content

Commit 759fff5

Browse files
authored
Update es2020.bigint.d.ts
1 parent d841971 commit 759fff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/es2020.bigint.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface BigInt {
1515
}
1616

1717
interface BigIntConstructor {
18-
(value?: any): bigint;
18+
(value: bigint | boolean | number | object | string): bigint;
1919
readonly prototype: BigInt;
2020

2121
/**

0 commit comments

Comments
 (0)