UNPKG

@sanity/migrate

Version:

Tooling for running data migrations on Sanity.io projects

6 lines 281 B
/** * Helper to drain a stream, useful in cases where you want to keep reading a stream but disregard the received chunks. * @param stream - the readable stream to drain */ export declare function drain(stream: ReadableStream): Promise<void>; //# sourceMappingURL=drain.d.ts.map