A set of JavaScript array helper functions: position, contains, match, exclude, find, update, replace, move, swap, first, last, unique.
Serverless plugin that adds $forEach syntax to reduce code duplication and allow creating dynamic templates
A Javascript library to get the regions, provinces, cities, municipalities and barangays in the Philippines
Prettier package.json plugin to make the order of properties nice.
Gets values from middle.
Iterate through an object, with returned value or without returned value, or iterate using generator.
Enable web worker-loader for your create-react-app project.
An essential Array.prototype[Symbol.iterator] polyfill for legacy browsers.
Test if an array is sorted in ascending order.
Tracked versions of JavaScript's built-in classes!
Extended array
Gets a part of array.
With the advent of javascript iterators and generators, its possible to pipe sequences through a bunch of transformations without materializing collections (arrays) for the intermediate steps. This library attempts to recreate the dotnet linq-to-objects a
Parses note names in Helmholtz format
Sigstore signing library
This package provides React hooks for using Wallet Standard wallets, accounts, and features.
Provides a connector to Redis for storing data to improve performance.
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Apply filter to an array
Validates if a value is an array of primitive numbers, excluding NaN.
Binary search a sorted array
Compute ranks for values of an array-like object.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Finds index of first value passing a test.