UNPKG

@7-docs/cli

Version:

Command-line tool for 7-docs to ingest content

4 lines (3 loc) 182 B
import util from 'node:util'; const inspectOptions = { maxArrayLength: null, depth: null, colors: true }; export const log = (obj) => console.log(util.inspect(obj, inspectOptions));