Search results
26 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Variadic y-combinator for recursive anonymous functions
TypeScript meta functions for (especially variadic) meta programming
Parse function arguments. Useful to implement variadic functions.
Creates a variadic function, with a “rest parameter” that’s NOT at the end.
Tiny goodies for Continuation-Passing-Style functions
- library
- utilities
- function
- variadic
- polymorphic
- abstraction
- continuation
- cont
- cps
- task
- future
- control-flow
- pipe
- pipeline
- View more
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
Swiss Army knife for variadic functions
Create functions with different argument signatures for different code flows
Variadic deep recursive merge of objects
Parse arguments correctly for variadic functions
Easy curry. Just what you need.
Very fast way to turn a function's `arguments` into an array.
A ES6 library of useful variadic functions.
Convert various arguments into a ByteArray
动态函数,类似于多态函数,但不限于按参数类型条件切换执行体
Remember everything, for better or for worse
Guess the maximum number of arguments the given function will consume.
Maps with variadic key input
node.js variable arguments simplified
A class for easily writing js middlewares