Installation
Install @cyblow/paginate with npm, bun, or pnpm. The native addon installs automatically as a platform-specific dependency — no build step.
Quickstart
Paginate, filter, sort, and search an in-memory collection with @cyblow/paginate.
Filtering
filter(items, where) returns a new array of the items matching where, in their
Sorting
sort(items, by) returns a new array of your items in the requested order. The input
Search
search(items, spec) runs an in-memory full-text query and returns matching items in
Pagination
@cyblow/paginate covers both pagination models:
Integrations
3 items