UNPKG
@ohayojp.com/components
Version:
latest (1.0.0)
1.0.0
Common business components of ohayojp.
ohayojp.com
ohayojp/ohayo
@ohayojp.com/components
/
number-to-chinese
/
number-to-chinese.d.ts
3 lines
(2 loc)
•
197 B
TypeScript
View Raw
1
2
3
import
{
NumberToChineseOptions
}
from
'./number-to-chinese.interfaces'
;
export
declare
function
numberToChinese
(
value
:
number
|
string
,
rmb
?:
boolean
,
options
?:
NumberToChineseOptions
):
string
;