Skip to content

Commit a969b48

Browse files
committed
tweak
1 parent a1d53c7 commit a969b48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/esnext.float16.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ interface Float16Array<TArrayBuffer extends ArrayBufferLike = ArrayBufferLike> {
293293
/**
294294
* Converts a number to a string by using the current locale.
295295
*/
296-
toLocaleString(): string;
297-
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string;
296+
toLocaleString(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
298297

299298
/**
300299
* Copies the array and returns the copy with the elements in reverse order.

0 commit comments

Comments
 (0)