Last 12 weeks · 0 commits
4 of 6 standards met
Repository: sindresorhus/chunkify. Description: Split an iterable into evenly sized chunks Stars: 155, Forks: 8. Primary language: JavaScript. Languages: JavaScript (83.6%), TypeScript (16.4%). License: MIT. Topics: array, array-chunk, array-manipulations, javascript, npm-package. Latest release: v5.0.0 (2y ago). Open PRs: 0, open issues: 0. Last activity: 2y ago. Community health: 71%. Top contributors: sindresorhus, jajaperson.
I was just wondering if there is a benefit to making the function return a Promise? I am thinking of a use case where we pass a large iterable data? I'm sorry if this question is a silly one. 😄