UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
routing
/
index.d.ts
6 lines
(5 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
"./lib/exceptions"
;
export
*
from
"./lib/IRoute"
;
export
*
from
"./lib/IRoutes"
;
export
*
from
"./lib/IRouter"
;
export
*
from
"./lib/Router"
;