UNPKG

nupp

Version:

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

6 lines (5 loc) 127 B
/** * 转汉字 */ declare const character: (integerValue: string, doubleValue: string) => string; export default character;