UNPKG

starty

Version:

a lightweight framework which helps building modular and configurable Node.js applications

9 lines (6 loc) 140 B
'use strict' const {loggerBuilder, logLevels} = require('./logging-utils'); module.exports = { loggerBuilder, logLevels }