Search results

1296 packages found

M
Q
P

Invoke a function until a test condition is true.

published 0.2.2 2 months ago
M
Q
P

If a predicate function returns a truthy value, invoke `x`; otherwise, invoke `y`.

published 0.2.2 2 months ago
M
Q
P
M
Q
P

If a predicate function returns a truthy value, return `x`; otherwise, return `y`.

published 0.2.2 2 months ago
M
Q
P

Invoke a function until a test condition is true.

published 0.2.2 2 months ago
M
Q
P
M
Q
P

Invoke a function while a test condition is true.

published 0.2.2 2 months ago
M
Q
P

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

published 0.2.2 2 months ago
M
Q
P

Invoke a function while a test condition is true.

published 0.2.2 2 months ago
M
Q
P

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.

published 0.2.2 2 months ago
M
Q
P

Test whether a collection contains `n` elements which pass a test implemented by a predicate function.

published 0.2.2 2 months ago
M
Q
P

Group values according to an indicator function and return group counts.

published 0.2.2 2 months ago
M
Q
P

Invoke a function once for each element in a collection, iterating from right to left.

published 0.2.2 2 months ago
M
Q
P

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

published 0.2.2 2 months ago
M
Q
P

Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.

published 0.2.2 2 months ago
M
Q
P

Invoke a function once for each element in a collection.

published 0.2.2 2 months ago
M
Q
P

Test whether at least one element in a collection passes a test implemented by a predicate function.

published 0.2.2 2 months ago
M
Q
P

Invoke a function n times and return an array of accumulated function return values.

published 0.2.2 2 months ago
M
Q
P

Generate a frequency table according to an indicator function.

published 0.2.2 2 months ago
M
Q
P