UNPKG
sorsucommon
Version:
latest (0.0.1-beta5)
0.0.1
0.0.1-beta5
0.0.1-beta4
0.0.1-beta3
0.0.1-beta2
0.0.1-beta1
SorSU Common Entites and packages
sorsucommon
/
src
/
index.ts
3 lines
(2 loc)
•
110 B
text/typescript
View Raw
1
2
3
export
{ capitalize, reverse }
from
'./utils/String'
;
export
{ getAllRoutes }
from
'./utils/express/Route'
;