Finds an element in an array of objects by attribute.
High-performance JSON Pointer implementation
Array manipulation, ordering, searching, summarizing, etc.
Node addon for string extraction for msgpackr
General purpose glob-based configuration matching.
ES2015 `Array#findIndex()` ponyfill
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
finds an item in an array matching a predicate function, and returns its index
Replace or remove multiple items in an array.
Lazy-evaluating list of files, based on globs or regex patterns
Node addon for string extraction for cbor-x
Get the first fulfilled promise that satisfies the provided testing function
Standalone CSS Selector Finder and Parser.
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
A JavaScript text diff implementation.
Fast and easy parser of statements in source code in any language ✂️
Return an array of all parent node_modules directories
find process info by port/pid/name etc.
Match human-quality input to potential matches by edit distance.
Regular expression for matching semver versions
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Given a Mocha / Cypress spec file, returns the list of suite and test names
TypeScript definitions for d3-array
An easy-to-use wildcard globbing library.
Adds `Array#unique_permutation` method.
A simple way to find records in the same order of input array. Has better performance than manually sorting. Supports Rails 3+.
Only meant for rails applications
Mean finds the mean of an array of integers. As a bonus feature, Mean also finds the sum of an array of integers. Nifty.
Find the arithmethic mean/mode/median of an array of numbers .
if we give the array then it will gives true or false
if we give the array then it will gives true or false
Find how deep is your array or hash.
Instead of the awkward form: [1,2,3].include?(elem), you can now use: elem.in?([1,2,3])
It is shortcut for Rails so if we want to have array finder which raise not found error, simply just use .find! rather than .find
input an array only with integers and a integer k which bigger then 0, this gem will find out the top frequent elements in the array
Provide greatest common factor for an array of ints, as well as the ability to factor that array by the gcf.