UNPKG

@sanity/migrate

Version:

Tooling for running data migrations on Sanity.io projects

2 lines 155 B
export declare function take<T>(it: AsyncIterableIterator<T>, count: number): AsyncGenerator<Awaited<T>, void, unknown>; //# sourceMappingURL=take.d.ts.map