@tduyng/prettyoutput
Version:
Library to format JSON objects into a colorful, YAML-style output. Ideal for pretty printing logs with high performance.
6 lines • 294 B
TypeScript
import type { RenderOptions } from './definitions.js';
declare const prettyOutput: (input: unknown, opts?: Partial<RenderOptions>, indentLevel?: number) => string;
export default prettyOutput;
export { prettyOutput };
export { prettyOutput as prettyoutput };
//# sourceMappingURL=index.d.ts.map