UNPKG

pretty-js-log

Version:

A light logging package for Node.js and Bun applications. Features file logging and beautiful console output.

5 lines (4 loc) 81 B
const { logFactory } = require('./src/log.js'); module.exports = { logFactory }