1.0.0 • Published 9 months ago

array-chunkify v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

��# array-chunkify

A utility to split an array into chunks of a specified size. Useful for pagination or batching operations.

Installation

You can install the package using npm:

npm install array-chunkify