JSPM

Found 118 results for array-like

@stdlib/utils-none

Test whether all elements in a collection are falsy.

  • v0.2.2
  • 24.57
  • Published

@stdlib/utils-append

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

  • v0.2.2
  • 24.51
  • Published

@stdlib/utils-while-each

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

  • v0.2.2
  • 24.51
  • 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.42
  • 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.26
  • 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.16
  • Published

@stdlib/utils-none-by

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

  • v0.2.2
  • 24.11
  • 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.03
  • 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.65
  • 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.57
  • 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.06
  • 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.31
  • 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.40
  • Published

flatten-list

Flatten an array or array-like objects

  • v0.0.2
  • 21.30
  • 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.91
  • 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.03
  • 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.27
  • 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.51
  • 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.13
  • 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