Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 478 Bytes

My-Utils

前端常用工具类函数集

  • 包含的功能
  1. 类型判断:checkType

  2. 日期格式化: formatDate

  3. 判断两个对象是否相等:isEqual

  4. 函数式编程:组合函数compose

  5. 深拷贝:DeepClone

  6. Blob格式的文件下载(导出): downBlob

  7. 文件上传时校验: checkFile

  8. 浏览器类型、版本检查: Browser

  9. 封装try...catch函数:tryCatch

持续完善中......