UNPKG

@sanity/export

Version:

Export Sanity documents and assets

5 lines 227 B
import { throughObj } from './util/streamHelpers.js'; export function stringifyStream() { return throughObj((doc, _enc, callback) => callback(null, `${JSON.stringify(doc)}\n`)); } //# sourceMappingURL=stringifyStream.js.map