UNPKG

@discoveryjs/discovery

Version:

Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards

4 lines (3 loc) 235 B
export { stringifyInfo as jsonStringifyInfo } from '@discoveryjs/json-ext'; type Replacer = (key: string, value: any) => void; export declare function jsonStringifyAsJavaScript(value: any, replacer?: Replacer, space?: number): string;