UNPKG

oomvc

Version:

Object oriented web framework for NodeJS + Typescript

7 lines (6 loc) 234 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var app = require("./lib/Application"); var ctrl = require("./lib/Controller"); exports.Application = app.Application; exports.Controller = ctrl.Controller;