UNPKG

contentful-migration-tool

Version:
8 lines (7 loc) 208 B
export declare const pEachSeries: <T>(iterable: T[], iterator: (value: T, index: number) => Promise<any>) => Promise<{ error: Error; iterable: T[]; } | { iterable: T[]; error?: undefined; }>;