Search results
26 packages found
Tiny goodies for Continuation-Passing-Style functions
- library
- utilities
- function
- variadic
- polymorphic
- abstraction
- continuation
- cont
- cps
- task
- future
- control-flow
- pipe
- pipeline
- View more
Variadic y-combinator for recursive anonymous functions
TypeScript meta functions for (especially variadic) meta programming
Parse function arguments. Useful to implement variadic functions.
Very fast way to turn a function's `arguments` into an array.
Create functions with different argument signatures for different code flows
Easy curry. Just what you need.
Variadic function composition
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
A class for easily writing js middlewares
Variadic deep recursive merge of objects
Creates a variadic function, with a “rest parameter” that’s NOT at the end.
Swiss Army knife for variadic functions
Creates a unary function wrapper which extracts a specific argument by index and applies the argument to the original unary function.
Convert various arguments into a ByteArray
node.js variable arguments simplified
A ES6 library of useful variadic functions.
Guess the maximum number of arguments the given function will consume.
'Cause we makin' regular expressions on the regular, people!
Parse arguments correctly for variadic functions