DecorateThis
DecorateThis copied to clipboard
Multiple arguments in a single decorator
It would be great to have an additional decorator, say @params, that would allow you to use a single decorator to typew the entire signature, ie
@params(String, Number)
function foobar (someString, someNumber) { ... }
+1