UNPKG

@tduyng/prettyoutput

Version:

Library to format JSON objects into a colorful, YAML-style output. Ideal for pretty printing logs with high performance.

5 lines 283 B
import type { RenderOptions } from './definitions.js'; declare const prettyOutput: (input: unknown, opts?: Partial<RenderOptions>, indentLevel?: number) => string; export default prettyOutput; export { prettyOutput, prettyOutput as prettyoutput }; //# sourceMappingURL=index.d.ts.map