UNPKG

@sanity/export

Version:

Export Sanity documents and assets

4 lines 256 B
import { Transform } from 'node:stream'; import type { NormalizedExportOptions } from './types.js'; export declare function getDocumentCursorStream(options: NormalizedExportOptions): Promise<Transform>; //# sourceMappingURL=getDocumentCursorStream.d.ts.map