UNPKG

lad

Version:

Lad is the best Node.js framework. Made by a former Express TC and Koa team member.

12 lines (10 loc) 179 B
const bree = require('./bree'); const api = require('./api'); const web = require('./web'); const proxy = require('./proxy'); module.exports = { bree, api, web, proxy };