UNPKG

starty

Version:

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

8 lines (6 loc) 144 B
'use strict' const {routeNodeBuilder, routeErrors} = require('./route-node') module.exports = { routeNodeBuilder, routeErrors }