UNPKG

@aitodotai/json-stringify-pretty-compact

Version:

The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.

12 lines (11 loc) 304 B
declare module 'json-stringify-pretty-compact' { const stringify: (object: any, options?: { indent?: number | string, maxLength?: number, maxNesting?: number, margins?: boolean, arrayMargins?: boolean, objectMargins?: boolean }) => string; export = stringify; }