slice-like
Creates an Array from a slice of an Array-like object
Creates an Array from a slice of an Array-like object
Get the size of a value.
Creates a slice of array with n elements dropped from the beginning.
Comparesion of Subarrays of Two Arrays
callable array
An implementation of indexer on object in JavaScript.
Creates a slice of array with n elements dropped from the end.
Determine if a value is array-like. Fork of https://github.com/gearcase/is-array-like.
Throw TypeError if not a value is array-like. The undefined value always evaluates to true.
check whether an object is an array-like object
Implements array-like methods for Object with support for dot notation keys
Provides functions to operate on Sets, Arrays and Array-Like JavaScript data structures
A lightweight package that transforms any key-value database into an indexed, log-structured database.
Test if a value is an empty array-like object.
Create a minimal array-like object supporting the accessor protocol from another array-like object.
Test whether a collection contains at least `n` elements which are truthy.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
Generate a frequency table.