each-cons

1.0.0 • Public • Published

readme.md

NPM

each_cons for node

npm install each-cons

var eachCons = require('each-cons')

eachCons([1,2,3,4], 3)
=> [[1,2,3], [2,3,4]]

Package Sidebar

Install

npm i each-cons

Weekly Downloads

970

Version

1.0.0

License

MIT

Last publish

Collaborators

  • coleww