validate.io-native-function
Validates if a value is a native function.
Validates if a value is a native function.
Test if an object-like value contains a circular reference.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
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 filling strided arrays with pseudorandom values drawn from a binary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
Invoke a function n times and return an array of accumulated function return values.
Argument function.
Function composition.
Function sequence.
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.
Function composition.
Constant function.
Transform a curried function into a function invoked with multiple arguments.
Transform a curried function into a function invoked with multiple arguments.
Generate a thunk.