UNPKG
oomvc
Version:
latest (0.4.3)
0.4.3
0.4.2
0.4.1
0.4.0
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
Object oriented web framework for NodeJS + Typescript
luniverse.herokuapp.com
ummo93/oomvc
oomvc
/
index.js
7 lines
(6 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
"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
;