1.1.1 • Published 1 year ago

chill-utils v1.1.1

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

chill-utils

一个封装了 JS 的一些常用方法的工具

食用方法

  1. 下载 npm 包
npm i chill-utils
  1. 使用 Validate 校验函数
import { Validate } from 'chill-utils'
const mobile = '17726366787'
Validate.mobileCheck(mobile) //true
  1. 使用 Common 内的公共方法
const trrigerDebounce = Common.debounce(async () => {
  console.log('trriger debounce')// 只会打印最后一次的
})
trrigerDebounce()
trrigerDebounce()
1.1.1

1 year ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago