gp-15-chunk

0.0.5 • Public • Published

拆分数组的方法,基于lodash

使用方法:

const chunk = require('../index.js')
console.log(chunk([1, 3, 4], 2)) // [[1, 3], [4]]

Readme

Keywords

Package Sidebar

Install

npm i gp-15-chunk

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

743 B

Total Files

4

Last publish

Collaborators

  • felixlurt