Apply filter to an array
Array#filter for older browsers.
Array manipulation, ordering, searching, summarizing, etc.
filter in array tree
core-js compat
Filter an array of objects to a specific OS
Filter an array of objects to a specific OS
Lazy-evaluating list of files, based on globs or regex patterns
Work with IANA language tags.
Apply a sequence of filter functions to an object
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte offset of a Typed Array
Robustly get the length of a Typed Array
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Array#filter() with also detecting indexes of filtered values
Flatten nested arrays
Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.
small, standalone fuzzy search / fuzzy filter. browser or node
Remove duplicate values from an array. Fastest ES5 implementation.