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.ts
5 lines
(4 loc)
•
175 B
text/typescript
View Raw
1
2
3
4
5
import
*
as
app
from
"./lib/Application"
;
import
*
as
ctrl
from
"./lib/Controller"
;
export
const
Application
= app.
Application
;
export
const
Controller
= ctrl.
Controller
;