1.0.0 • Published 1 year ago

mario-utils v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install mario-utils

导入

const marioUtils = require('mario-utils')

格式化数字

// 调用moneyFormat格式化数字
const money = marioUtils.moneyFormat(123123, 3, ',')
console.log(money) // '123,123'
1.0.0

1 year ago