With default parameters now available in Node 6 I'd like to start using them but vargs does not work with them because function.length only includes parameters before the first one with a default value. Not sure what the fix might be short of adding an extra parameter to manually specify the function arity.