UNPKG

lad

Version:

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

5 lines (3 loc) 92 B
const web = require('./web'); const api = require('./api'); module.exports = { web, api };