UNPKG

@jswalden/streaming-json

Version:

Streaming JSON parsing and stringification for JavaScript/TypeScript

3 lines (2 loc) 157 B
/** Return the JSON stringification of a simple primitive value. */ export declare const JSONStringify: (value: boolean | null | number | string) => string;