1.1.4 • Published 2 years ago

one-more-util v1.1.4

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

one-more-util

说明:

开发中的一些自定义通用函数库。

功能描述

函数相关:

  • call()& apply()& bind()

数组相关:

  • chunk

用法

# npm 安装方式
npm i one-more-util

# yarn 安装方式
yarn add one-more-util

JS 引入方式

<script src="../../dist/one-more-util.min.js"></script>
<script>
  console.log(omUtils) // 直接 omUtils. 使用
</script>

示例

详细示例请访问 test 目录查看

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago