UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
util
/
src
/
other
/
index.ts
5 lines
(4 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./check'
;
export
*
from
'./deep'
;
export
*
from
'./copy'
;
export
*
from
'./style'
;