UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
src
/
app
/
core
/
index.ts
7 lines
(6 loc)
•
201 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
'./code/code.service'
;
export
*
from
'./i18n/service'
;
export
*
from
'./app.service'
;
export
*
from
'./meta.service'
;
export
*
from
'./mobile.service'
;
export
*
from
'./startup.service'
;