UNPKG

@sanity/migrate

Version:

Tooling for running data migrations on Sanity.io projects

6 lines 296 B
/** * Concatenates each chunk of a string iterator to a buffer and yields the buffer when the input iterator is done * @param it - The input iterator */ export declare function concatStr(it: AsyncIterableIterator<string>): AsyncIterableIterator<string>; //# sourceMappingURL=concatStr.d.ts.map