UNPKG

@sanity/migrate

Version:

Tooling for running data migrations on Sanity.io projects

2 lines 191 B
export declare function mapAsync<T, U>(it: AsyncIterableIterator<T>, project: (value: T) => Promise<U>, concurrency: number): Promise<AsyncIterable<U>>; //# sourceMappingURL=mapAsync.d.ts.map