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
/
src
/
index.ts
10 lines
(5 loc)
•
157 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Application
from
'./application'
;
export
*
from
'@preon/core'
;
export
*
from
'./application'
;
export
{
Application
};
export
default
Application
;