overloading
Define complex overloading strategies for functions.
@joejukan/argumenter
A tool that parses function arguments into primitives, objects, arrays and functions.
funcify
Super funky function overloading
curry-function
Curry-function. Similar to 'curry', but does not use dangerous eval. Lightweight and minimal. Passed a function f, returns the curried variant of f. Handles arbitrary number of arguments and supports overloading.