1.0.8 • Published 2 years ago

kjs-utils v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

常用js函数封装

npm.io npm.io

修改this相关

  1. call--call.js
  2. apply--apply.js
  3. bind--bind.js

数组相关

  1. concat数组连接
  2. chuank数组分块
  3. map,reduce,filter,find,findIndex,every,some数组相关api--decleares.js
  4. slice数组切片
  5. unique数组去重

函数防抖、节流

  1. throttle.js 防抖节流

对象相关api

  1. clone.js 深拷贝,
  2. 自定义new
  3. 自定义instanceof

自定义axios

  1. get请求
  2. post请求
  3. put请求
  4. delete请求
  5. 直接axios()函数方式调用