@stdlib/utils-async-compose
Function composition.
Function composition.
Argument function.
Test if a value is a native function.
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Transform a function into a sequence of functions each accepting a single argument.
Transform a function into a sequence of functions each accepting a single argument.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Create a function that invokes a provided function according to a predicate function.
Determine a function's name.
Function sequence.
Function composition.
Constant function.
Invoke a function n times and return an array of accumulated function return values.
Function sequence.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.
Invoke a function n times and return an array of accumulated function return values.
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.