Description
Variadic deep recursive merge of objects
Keywords
Publisher
Description
Create functions with different argument signatures for different code flows
Keywords
Publisher
Description
Variadic y-combinator for recursive anonymous functions
Keywords
Publisher
Description
Tiny goodies for Continuation-Passing-Style functions
Keywords
- library
- utilities
- function
- variadic
- polymorphic
- abstraction
- continuation
- cont
- cps
- task
- future
- control-flow
- pipe
- pipeline
- View more
Publisher
Description
Variadic function composition
Keywords
Publisher
Description
A ES6 library of useful variadic functions.
Keywords
Publisher
Description
node.js variable arguments simplified
Keywords
Publisher
Description
'Cause we makin' regular expressions on the regular, people!
Keywords
Publisher
Description
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.`
Keywords
- curry
- compose
- reverse
- decurry
- uncurry
- variadic
- partial
- function
- functions
- functional
- ramda
- lodash
- lodash/fp
- flowRight
Publisher
Description
Remember everything, for better or for worse
Keywords
Publisher
Description
A class for easily writing js middlewares
Keywords
Publisher
Description
Creates a variadic function, with a “rest parameter” that’s NOT at the end.
Keywords
Publisher
Description
动态函数,类似于多态函数,但不限于按参数类型条件切换执行体