UNPKG

starty

Version:

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

8 lines (6 loc) 152 B
'use strict' const {makeFeaturesRoutable, initRouters} = require('./construct'); module.exports = { makeFeaturesRoutable, initRouters }