Skip to content

Commit 64ce9c5

Browse files
committed
optional input
1 parent a62bb91 commit 64ce9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lib.es2020.bigint.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ interface BigInt {
3535
}
3636

3737
interface BigIntConstructor {
38-
(value: string | number | bigint | boolean | object): bigint;
38+
(value?: string | number | bigint | boolean | object): bigint;
3939
readonly prototype: BigInt;
4040

4141
/**

0 commit comments

Comments
 (0)