Skip to content

Commit cc121af

Browse files
committed
Auto-generated commit
1 parent 3648c92 commit cc121af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type MapFunction = Nullary | Unary | Binary | Ternary;
9494
* v = iter.next().value;
9595
* // returns 1
9696
*/
97-
declare function sparsearray2iteratorRight( src: ArrayLike<any>, mapFcn?: MapFunction, thisArg?: any ): Iterator; // tslint:disable-line:max-line-length
97+
declare function sparsearray2iteratorRight( src: ArrayLike<any>, mapFcn?: MapFunction, thisArg?: any ): Iterator;
9898

9999

100100
// EXPORTS //

0 commit comments

Comments
 (0)