diff --git a/src/lib/es2020.bigint.d.ts b/src/lib/es2020.bigint.d.ts index f1f3282306136..7fbcee434456b 100644 --- a/src/lib/es2020.bigint.d.ts +++ b/src/lib/es2020.bigint.d.ts @@ -742,6 +742,6 @@ interface DataView { declare namespace Intl { interface NumberFormat { - format(value: number | bigint): string; + format(value: number | bigint | string): string; } }