UNPKG

nupp

Version:

一款由 typescript 编写的 数字转(汉字/大写)的 js 工具库

6 lines (5 loc) 123 B
/** * 转大写 */ declare const capital: (integerValue: string, doubleValue: string) => string; export default capital;