Remove all array elements that satisfy the given condition.
Array manipulation, ordering, searching, summarizing, etc.
Simple dependency graph.
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Disables scroll outside of `children` node.
Robustly get the byte offset of a Typed Array
Slugifies a String
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Matches strings against configurable strings, globs, regular expressions, and/or functions
Removes body scroll without content _shake_
when you want to fire an event no matter how a process exits.
remove items from a javascript array without generating memory garbage
Array utilities (immutability, fp helpers)
Remove duplicate values from an array. Fastest ES5 implementation.
Replace or remove multiple items in an array.
Get the list of files installed in a package in node_modules, including bundled dependencies
Core
Run an array of functions in parallel
A Storybook builder to dev and build with Vite
Core
Core
Core
utilities for primitive JavaScript types
Squeeze hash and removes nil and empty arrays values
Gem for removing empty strings in arrays in params.
This gem adds a simple tukeyized method to the Array class that returns a copy of the array without extreme values using Tukey's method
Flattens hash-array structures by removing redundant information.
To remove some words from a string, pass arguments as array
Removes the key from nested hashes and from nested array of hashes
Declutter your Ruby objects by removing empty hashes and arrays
Consists of operations to manipulate arrays; the T of ETL for datasets that fit in-memory. Operations include adding/copying/removing/updating columns, adding/removing/updating rows and joining external tables.
Adds a class, FixedArray, that extends Array, which removes all methods which can alter the size of the array.
CSV Madness removes what little pain is left from Ruby's CSV class. Load a CSV file, and get back an array of objects with customizable getter/setter methods.
This gem removes punctuation and digits(optional), filters stopwords for the chosen language ('tr', 'en' or 'fr'), does stemming on the words and outputs an array of words with their frequencies.
Heapify is a gem that provides a heapify method for arrays. It also provides methods for adding and removing elements from the heap.