We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd86859 commit cea5ad6Copy full SHA for cea5ad6
types.d.ts
@@ -1108,7 +1108,7 @@ declare namespace exports {
1108
export const forEachBail: <T, Z>(
1109
array: T[],
1110
iterator: Iterator<T, Z>,
1111
- callback: (err?: null | Error, result?: null | Z) => void
+ callback: (err?: null | Error, result?: null | Z, i?: number) => void
1112
) => void;
1113
export type ResolveCallback = (
1114
err: null | ErrorWithDetail,
0 commit comments