@sanity/export
Version:
Export Sanity documents and assets
10 lines • 363 B
TypeScript
/**
* Safe JSON parser that is able to handle lines interrupted by an error object.
*
* This may occur when streaming NDJSON from the Export HTTP API.
*
* @internal
* @see {@link https://github.com/sanity-io/sanity/pull/1787 | Initial pull request}
*/
export declare const tryParseJson: (line: string) => unknown;
//# sourceMappingURL=tryParseJson.d.ts.map