Skip to content

Commit 62f877a

Browse files
authored
Update esnext.typedarrays.d.ts
1 parent 4543771 commit 62f877a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/esnext.typedarrays.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ interface Int8Array {
8181
* ```ts
8282
* const myNums = Int8Array.from([11, 2, -22, 1]);
8383
* myNums.toSorted((a, b) => a - b) // Int8Array(4) [-22, 1, 2, 11]
84-
8584
* ```
8685
*/
8786
toSorted(compareFn?: (a: number, b: number) => number): Int8Array;

0 commit comments

Comments
 (0)