UNPKG

prong-editor

Version:

Prong (PRojectional jsON Gui) is an editor framework for creating bespoke in-browser editors for JSON-based domain-specific languages (such as [Vega](https://vega.github.io/vega/), [Vega-Lite](https://vega.github.io/vega-lite/), [Tracery](https://tracery.

6 lines (5 loc) 179 B
export default function stringify(passedObj: any, options?: { indent?: string; maxLength?: number; replacer?: (this: any, key: string, value: any) => any; }): string;