Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
ardhrubo committed Feb 22, 2024
1 parent d015d19 commit 7d36491
Show file tree
Hide file tree
Showing 409 changed files with 15,146 additions and 0 deletions.
10 changes: 10 additions & 0 deletions collect/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const collect = require('collect.js');



const collection = collect([1, 2, 3, 4, 5, 6, 7]);

const chunks = collection.chunk(4);

console.log(chunks.all());

16 changes: 16 additions & 0 deletions collect/node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions collect/node_modules/collect.js/.eslintrc.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7d36491

Please sign in to comment.