JSPM

Found 434 results for stdutil

@stdlib/utils-some

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

  • v0.2.2
  • 2.17
  • Published

@stdlib/utils-unshift

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

  • v0.2.2
  • 2.16
  • Published

@stdlib/utils-pop

Remove and return the last element of a collection.

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

@stdlib/utils-none-by

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

  • v0.2.2
  • 2.11
  • Published

@stdlib/utils-map-right

Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.

  • v0.2.1
  • 0.00
  • Published

@stdlib/utils-map2d

Apply a function to each nested element in an array of arrays and assign the result to a nested element in a new array of arrays.

  • v0.2.2
  • 0.00
  • Published

@stdlib/utils-none-own-by

Tests whether every own property of an object fails a test implemented by a predicate function.

  • v0.1.1
  • 0.00
  • Published

@stdlib/utils-map4d

Apply a function to each nested element in a four-dimensional nested array and assign the result to a nested element in a new four-dimensional nested array.

  • v0.2.2
  • 0.00
  • Published

@stdlib/utils-every-in-by

Test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.

  • v0.1.1
  • 0.00
  • Published

@stdlib/utils-any-in-by

Test whether at least one property in an object passes a test implemented by a predicate function.

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

@stdlib/utils-while-each

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

  • v0.2.2
  • 0.00
  • Published

@stdlib/utils-nonindex-keys

Return an array of an object's own enumerable property names which are not integer indices.

  • v0.2.2
  • 0.00
  • Published