文件名称:numerable:用于 Javascript 和 Node.js 应用程序的数字格式和操作库
文件大小:301KB
文件格式:ZIP
更新时间:2024-06-19 08:51:27
javascript typescript parse internationalization formatting
numerable是一个用于 Javascript 和 Typescript 应用程序的数字格式库。 :gear: 安装 使用或安装numerable 。 npm install --save numerable # or yarn add numerable :open_book: 用法 import { format , parse } from 'numerable' ; format ( 1500250.2 , '0,0.00' ) ; //=> '1,500,250.20' format ( 0.25 , '0.0 %' ) ; //=> '25.0 %' format ( 1200 , '0.00 a' ) ; //=> '1.20 K' parse ( '80.5%' ) ; //=> 0.805 :input_numbers: 格式化数字 numerable 中的数字格式是通过基于模式的语法完成的。 使用这些模式,您可