UNPKG

lad

Version:

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

8 lines (6 loc) 96 B
const web = require('./web'); const api = require('./api'); module.exports = { web, api };