123 packages found
Create a function that invokes a provided function with reordered arguments.
Partially apply function arguments from the right.
Transform a curried function into a function invoked with multiple arguments.
- stdlib
- stdutils
- stdutil
- utilities
- utils
- util
- uncurry
- uncurried
- curry
- curried
- partial
- partially
- apply
- function
- View more
Create a function that invokes a provided function with arguments in reverse order.
Function composition.
Invoke a function n times and return an array of accumulated function return values.
Debounce a function
Lets you turn JSON into asynchronous api objects
Concise Model Design
Enhance GeneratorFunction with mutation and desigion-making methods
- GeneratorFunction
- FunctionGenerator
- array
- methods
- enhance
- generator
- function
- gen
- func
- map
- forEach
- continue
- break
- skip
- View more
Common typescript ready prototypes available in both CommonJS and ECMAScript
- server-side
- client-side
- common
- typescript
- prototype
- array
- all
- any
- append
- average
- chunk
- clone
- compact
- contains
- View more
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
- args
- arguments
- async
- async-await
- asyncawait
- await
- babel
- developer-experience
- development
- dx
- fn
- func
- function
- generators
- View more
Get arguments of a function, useful for and used in dependency injectors. Works for regular functions, generator functions and arrow functions.
- args
- arguments
- arrow
- arrow-function
- arrows
- dependency
- deps
- fn
- func
- function
- function-arguments
- generator
- generators
- get
- View more
Create a function that invokes a provided function with a specified number of arguments.
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.
Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.
Apply a function to elements in two input arrays and assign the results to an output array.
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.
Apply a function to each element in an array and assign the result to an element in an output array.