Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 18, 2024
1 parent fd86859 commit cea5ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ declare namespace exports {
export const forEachBail: <T, Z>(
array: T[],
iterator: Iterator<T, Z>,
callback: (err?: null | Error, result?: null | Z) => void
callback: (err?: null | Error, result?: null | Z, i?: number) => void
) => void;
export type ResolveCallback = (
err: null | ErrorWithDetail,
Expand Down

0 comments on commit cea5ad6

Please sign in to comment.