JSPM

Found 119 results for array-like

doubt

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

  • v0.34.0
  • 39.82
  • Published

raze

Convert entity to Array instance.

  • v0.34.0
  • 37.35
  • Published

xypriss-acpes

XyPriss Security is an advanced JavaScript security library designed for enterprise applications. It provides military-grade encryption, secure data structures, quantum-resistant cryptography, and comprehensive security utilities for modern web applicatio

  • v1.0.4
  • 32.61
  • Published

plus

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

  • v0.1.0
  • 32.28
  • Published

is-length

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

  • v1.0.1
  • 32.12
  • Published

args-to-arr

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

  • v1.4.9
  • 29.33
  • 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
  • 25.34
  • Published

menge

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

  • v0.0.1
  • 24.86
  • Published

each-arg

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

  • v1.1.3
  • 23.77
  • Published

@stdlib/utils-group

Group values as arrays associated with distinct keys.

  • v0.2.2
  • 22.86
  • Published

flatten-list

Flatten an array or array-like objects

  • v0.0.2
  • 19.98
  • Published

@stdlib/utils-inmap

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

  • v0.2.2
  • 17.87
  • 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
  • 17.08
  • Published

dot-object-array

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

  • v3.1.2
  • 16.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
  • 15.63
  • Published

pick-items

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

  • v1.0.4
  • 14.92
  • 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
  • 13.89
  • Published

any-size

Get the size of a value.

  • v1.2.0
  • 13.72
  • 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
  • 13.58
  • 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
  • 13.25
  • 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
  • 12.54
  • Published

@stdlib/utils-async-inmap

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

  • v0.2.2
  • 11.74
  • 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
  • 11.32
  • 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
  • 11.32
  • Published

@stdlib/utils-do-while-each

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

  • v0.2.2
  • 10.15
  • 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
  • 9.73
  • Published

@stdlib/utils-prepend

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

  • v0.2.2
  • 9.65
  • Published

arraylikeobj

Create an array-like object.

  • v1.1.1
  • 9.28
  • Published

compute-cast-arrays

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

  • v1.0.1
  • 9.03
  • Published

@stdlib/utils-reduce

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

  • v0.2.1
  • 8.55
  • 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
  • 8.55
  • Published

oq-is-arrayish

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

  • v1.0.1
  • 8.38
  • 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
  • 8.38
  • 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
  • 8.38
  • Published

@stdlib/utils-do-until-each

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

  • v0.2.2
  • 7.85
  • Published

@stdlib/utils-none-by

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

  • v0.2.2
  • 7.52
  • Published

js-collection-operations

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

  • v1.0.5
  • 6.93
  • 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
  • 6.89
  • Published

@stdlib/utils-every-by

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

  • v0.2.2
  • 6.89
  • Published

array-like

An inheritable Class that behaves like an Array

  • v0.1.0
  • 6.78
  • Published

drop-left

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

  • v1.0.2
  • 6.60
  • Published

@stdlib/utils-push

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

  • v0.2.2
  • 6.55
  • 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
  • 5.74
  • Published

@stdlib/utils-none

Test whether all elements in a collection are falsy.

  • v0.2.2
  • 5.65
  • 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
  • 5.50
  • 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
  • 5.46
  • Published

drop-right

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

  • v1.0.2
  • 5.46
  • Published

@stdlib/utils-async-none-by

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

  • v0.2.2
  • 5.46
  • Published

@stdlib/utils-async-every-by

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

  • v0.2.2
  • 4.45
  • 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
  • 4.28
  • Published

slice-like

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

  • v1.0.0
  • 4.28
  • 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
  • 4.28
  • Published

@stdlib/utils-every

Test whether all elements in a collection are truthy.

  • v0.2.2
  • 4.18
  • Published

@stdlib/utils-unshift

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

  • v0.2.2
  • 4.18
  • 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
  • 4.16
  • Published

@stdlib/utils-any

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

  • v0.2.2
  • 4.16
  • Published

@stdlib/utils-append

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

  • v0.2.2
  • 4.16
  • 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
  • 4.16
  • Published

@plaindb/log

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

  • v0.0.2
  • 2.60
  • 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
  • 2.56
  • Published

@stdlib/utils-while-each

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

  • v0.2.2
  • 2.54
  • Published

@stdlib/utils-shift

Remove and return the first element of a collection.

  • v0.2.2
  • 2.50
  • 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
  • 2.50
  • 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
  • 2.50
  • 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
  • 2.43
  • 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
  • 2.42
  • Published

@stdlib/utils-pop

Remove and return the last element of a collection.

  • v0.2.2
  • 0.00
  • 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
  • 0.00
  • Published

@stdlib/utils-some

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

  • v0.2.2
  • 0.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
  • 0.00
  • Published

@stdlib/utils-until-each

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

  • v0.2.2
  • 0.00
  • Published