Skip to content

Commit 7bf7683

Browse files
authored
1 parent 11e7932 commit 7bf7683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/es2020.bigint.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,6 @@ interface DataView<TArrayBuffer extends ArrayBufferLike> {
742742

743743
declare namespace Intl {
744744
interface NumberFormat {
745-
format(value: number | bigint): string;
745+
format(value: number | bigint | string): string;
746746
}
747747
}

0 commit comments

Comments
 (0)