UNPKG
nupp
Version:
latest (1.0.1)
1.0.1
1.0.0
一款由 typescript 编写的 数字转(汉字/大写)的 js 工具库
github.com/xiaorui-23/nupp
nupp
/
dist
/
transform
/
capital.d.ts
6 lines
(5 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 转大写 */
declare
const
capital
:
(
integerValue
:
string
,
doubleValue
:
string
) =>
string
;
export
default
capital;