UNPKG

@discoveryjs/discovery

Version:

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

5 lines (4 loc) 283 B
/// <reference types="@discoveryjs/json-ext" /> 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;