1.0.12 • Published 10 months ago

ang-tool v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

安装

npm install ang-tool

导入

import tool from 'ang-tool'
import {tool} from 'ang-tool'

金钱格式矫正

// 传入number|string (参数见文档注释)
let v = '0210.0120'
console.log(tool.moneyInit(v))
// 返回 210.01

数组去重

// 传入array (参数见文档注释)
let e = [1,2,2,3,3,3,4,4,4,4,5,5,5,5,5]
console.log(tool.arrayOnly(e))
// 返回 [1,2,3,4,5]

开源协议

ISC

// author:huziya
// Email:297979580@qq.com
// time:202301270412
1.0.12

10 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago