UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
app
/
index.d.ts
7 lines
(6 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
"./lib/applicationDecorator"
;
export
*
from
"./lib/Application"
;
export
*
from
"./lib/exceptions"
;
export
*
from
"./lib/IApplication"
;
export
*
from
"./lib/IApplicationConfig"
;
export
*
from
"./lib/IResourceLists"
;