JSPM

Found 434 results for stdutil

@stdlib/utils-prepend

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

  • v0.2.2
  • 3.78
  • Published

@stdlib/utils-dsv

Standard utilities for working with data formatted as delimiter-separated values (DSV).

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

@stdlib/utils-until-each

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

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

@stdlib/utils-group-in

Group an object's own and inherited property values according to an indicator function.

  • v0.2.2
  • 3.71
  • Published

@stdlib/iter-cuany

Create an iterator which cumulatively tests whether at least one iterated value is truthy.

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

@stdlib/utils-any

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

  • v0.2.2
  • 3.61
  • Published

@stdlib/utils-shift

Remove and return the first element of a collection.

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

@stdlib/utils-dsv-base

Standard base utilities for working with data formatted as delimiter-separated values (DSV).

  • v0.2.2
  • 3.59
  • Published

@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