1.0.6 • Published 3 years ago

self-util v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
  • 下载方式:

npm i self_utils

  • 内部暴露方式:
    export default {
        throttle,   //节流
        debounce,   //防抖
        formatDate, //格式化时间
        getType,    //判断数据类型
        myUnique,   //数组去重
    };
// 使用:

throttle:   throttle(fn,time)
debounce:   debounce(fn,time)
formatDate: formatDate(时间戳,时间格式)
getType:    getType(value)
myUnique:   myUnique(arr)
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago