UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

5 lines (4 loc) 170 B
export { theme as dark } from './dark'; export { theme as light } from './light'; export { theme as green } from './green'; export { theme as noColor } from './noColor';