indexOf, allIndexsOf, firstIndexOf, lastIndexOf, nthIndexOf implementations for an object array
Array manipulation, ordering, searching, summarizing, etc.
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
Microsoft sucks
Get the index of the first element in an array that returns truthy for the given value, using strict equality for comparisons.
Microsoft sucks
Lazy-evaluating list of files, based on globs or regex patterns
find the index of a buffer in a buffer
Better binary searching
Return the first index at which a given element can be found.
line String/Array#indexOf but return all the indexes in an array
Returns the first index at which a given element can be found.
Run an array of functions in parallel
Flatten nested arrays
General purpose glob-based configuration matching.
Better binary searching
Return the index of the first element which equals a provided search element.
utilities for primitive JavaScript types
Just most common borrowed method from Array
Velocity Template Language(VTL) for JavaScript
Array#forEach ponyfill for older browsers
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Parses set-cookie headers into objects
Fast JavaScript array sorting by implementing Python's Timsort algorithm