UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
components
/
number-to-chinese
/
public_api.ts
5 lines
(4 loc)
•
171 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./number-to-chinese.interfaces'
;
export
*
from
'./number-to-chinese'
;
export
*
from
'./number-to-chinese.pipe'
;
export
*
from
'./number-to-chinese.module'
;