UNPKG

@logtape/pretty

Version:

Beautiful text formatter for LogTape—perfect for local development

9 lines (7 loc) 197 B
//#region src/util.ts function inspect(obj, options) { const indent = options?.compact === true ? void 0 : 2; return JSON.stringify(obj, null, indent); } //#endregion exports.inspect = inspect;