UNPKG

@logtape/pretty

Version:

Beautiful text formatter for LogTape—perfect for local development

9 lines (8 loc) 218 B
//#region util.ts function inspect(obj, options) { const indent = options?.compact === true ? void 0 : 2; return JSON.stringify(obj, null, indent); } //#endregion export { inspect }; //# sourceMappingURL=util.js.map