UNPKG

@routejs/router

Version:

Fast and lightweight http routing engine for nodejs

4 lines (3 loc) 131 B
const Router = require("./src/router.cjs"); const methods = require("./src/methods.cjs"); module.exports = { Router, ...methods };