UNPKG

oomvc

Version:

Object oriented web framework for NodeJS + Typescript

5 lines (4 loc) 175 B
import * as app from "./lib/Application"; import * as ctrl from "./lib/Controller"; export const Application = app.Application; export const Controller = ctrl.Controller;