JSPM

Found 443 results for stdutils

@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/iter-union

Create an iterator which returns the union of two or more iterators.

  • v0.2.2
  • 0.00
  • Published

@stdlib/iter-cuany

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

  • v0.1.1
  • 0.00
  • Published

@stdlib/iter-logspace

Create an iterator which returns evenly spaced numbers on a log scale.

  • v0.2.2
  • 0.00
  • Published

@stdlib/utils-pop

Remove and return the last element of a collection.

  • 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/iter-replicate-by

Create an iterator which replicates each iterated value according to a provided function.

  • 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-until-each

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

  • v0.2.2
  • 0.00
  • Published