Skip to content

Commit cea5ad6

Browse files
fix: types
1 parent fd86859 commit cea5ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ declare namespace exports {
11081108
export const forEachBail: <T, Z>(
11091109
array: T[],
11101110
iterator: Iterator<T, Z>,
1111-
callback: (err?: null | Error, result?: null | Z) => void
1111+
callback: (err?: null | Error, result?: null | Z, i?: number) => void
11121112
) => void;
11131113
export type ResolveCallback = (
11141114
err: null | ErrorWithDetail,

0 commit comments

Comments
 (0)