27 packages found
Parse function arguments. Useful to implement variadic functions.
Create functions with different argument signatures for different code flows
A JavaScript utility for creating variadic functions
Variadic function composition
A ES6 library of useful variadic functions.
Variadic y-combinator for recursive anonymous functions
Variadic deep recursive merge of objects
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
Convert various arguments into a ByteArray
node.js variable arguments simplified
TypeScript meta functions for (especially variadic) meta programming
Easy curry. Just what you need.
'Cause we makin' regular expressions on the regular, people!
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
Remember everything, for better or for worse
Very fast way to turn a function's `arguments` into an array.
A class for easily writing js middlewares
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.