UNPKG
preon
Version:
latest (1.0.4)
1.0.4
1.0.1
1.0.0
1.0.0-alpha.0
0.2.2
0.2.1
0.2.0
0.1.15
0.1.14
0.1.12
0.1.11
0.1.7
0.1.6
0.1.3
0.0.2
0.0.2-wip
a smaller nodejs micro-service framework
github.com/preonJs/preon
preonJs/preon
preon
/
index.d.ts
7 lines
(4 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Application
from
'./dist/index'
;
export
*
from
'@preon/core'
;
export
*
from
'./dist/index'
;
export
default
Application
;