UNPKG

npm

Version:

a package manager for JavaScript

5 lines (3 loc) 157 B
const { inspect } = require('node:util') const log = require('./logging.js') module.exports = tree => log.info(inspect(tree.toJSON(), { depth: Infinity }))