UNPKG

@llm-tools/embedjs-utils

Version:

Useful util functions when extending the embedjs ecosystem

5 lines 186 B
import util from 'util'; export function deepLog(obj) { console.log(util.inspect(obj, { depth: null, colors: true, sorted: true, compact: false })); } //# sourceMappingURL=log.js.map