UNPKG

aroma.js

Version:

A lightweight, feature-rich, and developer-friendly web framework to build modern applications with ease.

5 lines (4 loc) 133 B
const Aroma = require("./index"); const {Router} = require("./index"); module.exports = Aroma; module.exports.Router =Router;