Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ccclodash2

ccckmit3MIT0.0.1

Reimplement lodash functions

readme

模組化寫法

C:\ccc\ws107a\example\02-npm\03-module>npm run example

> ccclodash@0.0.1 example C:\ccc\ws107a\example\02-npm\03-module
> node example/chunkEx.js

_.chunk(['a', 'b', 'c', 'd'], 2)= [ [ 'a', 'b' ], [ 'c', 'd' ] ]