UNPKG

starty

Version:

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

9 lines (6 loc) 156 B
'use strict' const {routedRequestHandler, messageRouter} = require('./handler'); module.exports = { routedRequestHandler, messageRouter }