UNPKG

starty

Version:

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

12 lines (8 loc) 218 B
'use strict' const {applicationStart} = require('./application-start'); const {loggerBuilder, logLevels} = require('./logging') module.exports = { applicationStart, logLevels, loggerBuilder }