UNPKG

json-beautify

Version:

JSON.stringify with fixed maximum character width.

11 lines (9 loc) 262 B
/* * json-beautify typings * @author TeodorDre * @Github - https://github.com/TeodorDre * */ declare module 'json-beautify' { export default function beautify (value: any, replacer: Function | object | any[], space: number | string, limit?: number): string }