UNPKG
@glandjs/core
Version:
alpha (1.0.0-alpha.1)
beta (1.0.0-beta)
latest (1.0.3-beta)
1.0.3-beta
1.0.2-beta
1.0.1-beta
1.0.1-alpha
1.0.0-beta
1.0.0-alpha.1
1.0.0-alpha.0
1.0.0-alpha
Glands is a web framework for Node.js (@core)
github.com/glandjs/gland
glandjs/gland
@glandjs/core
/
index.d.ts
7 lines
(6 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
'reflect-metadata'
;
export
*
from
'./injector'
;
export
*
from
'./adapter'
;
export
*
from
'./context'
;
export
*
from
'./hooks'
;
export
*
from
'./gland-factory'
;