We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d53c7 commit a969b48Copy full SHA for a969b48
src/lib/esnext.float16.d.ts
@@ -293,8 +293,7 @@ interface Float16Array<TArrayBuffer extends ArrayBufferLike = ArrayBufferLike> {
293
/**
294
* Converts a number to a string by using the current locale.
295
*/
296
- toLocaleString(): string;
297
- toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
+ toLocaleString(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
298
299
300
* Copies the array and returns the copy with the elements in reverse order.
0 commit comments