JSPM

Found 118 results for array-like

utils-indexof

Returns the first index at which a given element can be found.

  • v1.0.0
  • 69.22
  • Published

@stdlib/utils-index-of

Return the first index at which a given element can be found.

  • v0.2.2
  • 65.69
  • Published

pick-item

Given an array, pick a random element and return it.

  • v1.0.4
  • 64.89
  • Published

is-array-like

Checks if the given value is an array or array-like object.

  • v1.1.2
  • 64.83
  • Published

to-length

Converts value to an integer suitable for use as the length of an array-like object.

  • v1.0.1
  • 60.38
  • Published

is-index

Checks if the given value is a valid array-like index.

  • v1.0.2
  • 56.44
  • Published

dstructs-cast-arrays

Casts an array to an array of a different data type.

  • v1.0.3
  • 51.40
  • Published

doubt

Checks entity if array, arguments, iterable or array-like.

  • v0.34.0
  • 40.34
  • Published

raze

Convert entity to Array instance.

  • v0.34.0
  • 38.87
  • Published

@stdlib/utils-count-by

Group values according to an indicator function and return group counts.

  • v0.2.2
  • 38.61
  • Published

@stdlib/array-base-accessor

Create a minimal array-like object supporting the accessor protocol from another array-like object.

  • v0.2.2
  • 37.65
  • Published

is-like

Functions to check if a value is something alike.

  • v0.1.13
  • 37.15
  • Published

plus

Enhanced Array-like Objects support, Array iteration methods for plain Objects and more

  • v0.1.0
  • 36.20
  • Published

args-to-arr

converts arguments or any other array-like object into an array starting from specific index.

  • v1.4.9
  • 34.15
  • Published

@stdlib/utils-group

Group values as arrays associated with distinct keys.

  • v0.2.2
  • 31.06
  • Published

is-length

Checks if the given value is a valid array-like length.

  • v1.0.1
  • 30.67
  • Published

each-arg

Iterates through arguments or any other array-like object starting from specific index.

  • v1.1.3
  • 29.01
  • Published

to-array.js

Converts primitives and objects (plain or array-like) to a sensible array representation for Node.js and the browser.

  • v0.10.0
  • 26.77
  • Published

@stdlib/utils-async-inmap-right

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

  • v0.2.2
  • 26.68
  • Published

@stdlib/utils-async-inmap

Invoke a function for each element in a collection and update the collection in-place.

  • v0.2.2
  • 26.55
  • Published

@stdlib/utils-do-until-each

Until a test condition is true, invoke a function for each element in a collection.

  • v0.2.2
  • 26.26
  • Published

@stdlib/utils-pop

Remove and return the last element of a collection.

  • v0.2.2
  • 25.93
  • Published

@stdlib/utils-inmap-right

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

  • v0.2.2
  • 25.92
  • Published

@stdlib/utils-inmap

Invoke a function for each element in a collection and update the collection in-place.

  • v0.2.2
  • 25.58
  • Published

@stdlib/utils-async-every-by

Test whether all elements in a collection pass a test implemented by a predicate function.

  • v0.2.2
  • 25.40
  • Published

@stdlib/utils-do-while-each

While a test condition is true, invoke a function for each element in a collection.

  • v0.2.2
  • 25.36
  • Published

@stdlib/utils-prepend

Add elements from one collection to the beginning of another collection.

  • v0.2.2
  • 25.35
  • Published

@stdlib/utils-do-while-each-right

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

  • v0.2.2
  • 25.33
  • Published

@stdlib/utils-async-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

  • v0.2.2
  • 25.27
  • Published

@stdlib/utils-do-until-each-right

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

  • v0.2.2
  • 25.19
  • Published

@stdlib/utils-every-by

Test whether all elements in a collection pass a test implemented by a predicate function.

  • v0.2.2
  • 25.18
  • Published

@stdlib/utils-some

Test whether a collection contains at least `n` elements which are truthy.

  • v0.2.2
  • 25.06
  • Published

@stdlib/utils-unshift

Add one or more elements to the beginning of a collection.

  • v0.2.2
  • 24.91
  • Published

@stdlib/utils-every-by-right

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 24.91
  • Published

@stdlib/utils-async-none-by-right

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 24.91
  • Published

@stdlib/utils-async-any-by

Test whether at least one element in a collection passes a test implemented by a predicate function.

  • v0.2.2
  • 24.84
  • Published

@stdlib/utils-some-by

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.

  • v0.2.2
  • 24.67
  • Published

@stdlib/utils-until-each-right

Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.

  • v0.2.2
  • 24.67
  • Published

@stdlib/utils-async-some-by

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

  • v0.2.2
  • 24.62
  • Published

@stdlib/utils-async-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

  • v0.2.2
  • 24.57
  • Published

@stdlib/utils-none

Test whether all elements in a collection are falsy.

  • v0.2.2
  • 24.57
  • Published

@stdlib/utils-while-each

While a test condition is true, invoke a function for each element in a collection.

  • v0.2.2
  • 24.56
  • Published

@stdlib/utils-append

Add elements from one collection to the end of another collection.

  • v0.2.2
  • 24.50
  • Published

@stdlib/utils-shift

Remove and return the first element of a collection.

  • v0.2.2
  • 24.45
  • Published

@stdlib/utils-every

Test whether all elements in a collection are truthy.

  • v0.2.2
  • 24.41
  • Published

@stdlib/utils-any-by

Test whether at least one element in a collection passes a test implemented by a predicate function.

  • v0.2.2
  • 24.33
  • Published

@stdlib/utils-while-each-right

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

  • v0.2.2
  • 24.31
  • Published

@stdlib/utils-key-by-right

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values, iterating from right to left.

  • v0.2.2
  • 24.25
  • Published

@stdlib/utils-async-any-by-right

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 24.15
  • Published

@stdlib/utils-none-by

Test whether all elements in a collection fail a test implemented by a predicate function.

  • v0.2.2
  • 24.10
  • Published

@stdlib/utils-async-some-by-right

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 24.03
  • Published

@stdlib/utils-until-each

Until a test condition is true, invoke a function for each element in a collection.

  • v0.2.2
  • 24.02
  • Published

@stdlib/utils-none-by-right

Test whether all elements in a collection fail a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 24.00
  • Published

@stdlib/utils-key-by

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

  • v0.2.2
  • 23.81
  • Published

@stdlib/utils-async-every-by-right

Test whether all elements in a collection pass a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 23.76
  • Published

@stdlib/utils-async-none-by

Test whether all elements in a collection fail a test implemented by a predicate function.

  • v0.2.2
  • 23.64
  • Published

@stdlib/utils-some-by-right

Test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 23.56
  • Published

@stdlib/utils-any

Test whether at least one element in a collection is truthy.

  • v0.2.2
  • 23.39
  • Published

@stdlib/utils-any-by-right

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

  • v0.2.2
  • 23.18
  • Published

@stdlib/utils-push

Add one or more elements to the end of a collection.

  • v0.2.2
  • 23.05
  • Published

@stdlib/utils-reduce2d

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

  • v0.2.2
  • 22.30
  • Published

dot-object-array

Implements array-like methods for Object with support for dot notation keys

  • v3.1.2
  • 22.19
  • Published

menge

Minimalist set theory operations for Array-like objects in less than 1KB

  • v0.0.1
  • 21.39
  • Published

flatten-list

Flatten an array or array-like objects

  • v0.0.2
  • 21.29
  • Published

@stdlib/utils-reduce

Apply a function against an accumulator and each element in an array and return the accumulated result.

  • v0.2.1
  • 21.25
  • Published

@stdlib/utils-reduce-right

Apply a function against an accumulator and each element in an array while iterating from right to left and return the accumulated result.

  • v0.2.1
  • 18.95
  • Published

any-size

Get the size of a value.

  • v1.2.0
  • 17.99
  • Published

pick-items

Given an array, pick some random elements and return them in a new array.

  • v1.0.4
  • 15.02
  • Published

arraylikeobj

Create an array-like object.

  • v1.1.1
  • 14.55
  • Published

@stdlib/utils-map-reduce-right

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

  • v0.2.1
  • 14.26
  • Published

@stdlib/utils-map-reduce

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.

  • v0.2.1
  • 13.54
  • Published

drop-right

Creates a slice of array with n elements dropped from the end.

  • v1.0.2
  • 13.41
  • Published

oq-is-arrayish

check if an object can be used like an Array. 判断一个对象能否像数组一样使用,即是否为数组或类数组对象

  • v1.0.1
  • 13.33
  • Published

compute-cast-arrays

Casts an array to an array of a different data type.

  • v1.0.1
  • 12.37
  • Published

@plaindb/log

A lightweight package that transforms any key-value database into an indexed, log-structured database.

  • v0.0.2
  • 12.12
  • Published

drop-left

Creates a slice of array with n elements dropped from the beginning.

  • v1.0.2
  • 11.99
  • Published

js-collection-operations

Provides functions to operate on Sets, Arrays and Array-Like JavaScript data structures

  • v1.0.5
  • 11.72
  • Published

@bemoje/is-array-like

Determine if a value is array-like. Fork of https://github.com/gearcase/is-array-like.

  • v1.0.2
  • 11.66
  • Published

@stdlib/utils-some-in-by

Test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.

  • v0.1.1
  • 10.66
  • Published

array-like

An inheritable Class that behaves like an Array

  • v0.1.0
  • 9.31
  • Published

slice-like

Creates an Array from a slice of an Array-like object

  • v1.0.0
  • 8.58
  • Published

@bemoje/assert-array-like

Throw TypeError if not a value is array-like. The undefined value always evaluates to true.

  • v1.0.1
  • 8.41
  • Published