Closed alexkrautmann closed 6 years ago
This is a known limitation, as variadic arguments are not fully supported. Internally function.length is used, and default arguments prevent accurate determinations with this field.
@planttheidea Thanks, good to know. I imagine getting past this might bloat the package, but it is a bit unfortunate as I am weary to include this in a project where I might have to explain this on every usage via comment. The risk is that other devs might not realize this limitation and bugs could surface.
I am running this in webpack and have tried on requirebin.