UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
boot
/
index.d.ts
4 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./lib/exceptions"
;
export
*
from
"./lib/IBootConfig"
;
export
{ setupEventListeners }
from
"./lib/Boot"
;