Search results
26 packages found
Parse function arguments. Useful to implement variadic functions.
Create functions with different argument signatures for different code flows
Variadic function composition
Variadic deep recursive merge of objects
Variadic y-combinator for recursive anonymous functions
Tiny goodies for Continuation-Passing-Style functions
- library
- utilities
- function
- variadic
- polymorphic
- abstraction
- continuation
- cont
- cps
- task
- future
- control-flow
- pipe
- pipeline
- View more
Swiss Army knife for variadic functions
TypeScript meta functions for (especially variadic) meta programming
Convert various arguments into a ByteArray
node.js variable arguments simplified
A ES6 library of useful variadic functions.
Easy curry. Just what you need.
'Cause we makin' regular expressions on the regular, people!
Remember everything, for better or for worse
decurry is the 'reverse' of curry: given a composed function `fn(arg1)(arg2)(arg3)` it returns a function that can be called as `fn(arg1, arg2, arg3)` or `fn(arg1, arg2)(arg3) etc.`
- curry
- compose
- reverse
- decurry
- uncurry
- variadic
- partial
- function
- functions
- functional
- ramda
- lodash
- lodash/fp
- flowRight
Very fast way to turn a function's `arguments` into an array.
A class for easily writing js middlewares
Creates a unary function wrapper which extracts a specific argument by index and applies the argument to the original unary function.
Creates a variadic function, with a “rest parameter” that’s NOT at the end.
Guess the maximum number of arguments the given function will consume.