UNPKG
wlitd-utils
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
数字或字符串转中文大写金额
github.com/wlitd/wlitd-utils
wlitd/wlitd-utils
wlitd-utils
/
dist
/
index.d.ts
3 lines
(2 loc)
•
151 B
TypeScript
View Raw
1
2
3
export
declare
function
strToRMB
(
numStr
:
string
|
null
|
undefined
):
string
;
export
declare
function
numToRMB
(
num
:
number
|
null
|
undefined
):
string
;