Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 3, 2023
1 parent 105ac76 commit 852e815
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type Binary = ( x: number, y: number ) => any;
*
* // ...
*/
declare function iterMap2( iter0: Iterator | number, iter1: Iterator | number, fcn: Binary, options?: Options ): Iterator; // tslint:disable-line:max-line-length
declare function iterMap2( iter0: Iterator | number, iter1: Iterator | number, fcn: Binary, options?: Options ): Iterator;


// EXPORTS //
Expand Down

0 comments on commit 852e815

Please sign in to comment.