DecorateThis icon indicating copy to clipboard operation
DecorateThis copied to clipboard

Multiple arguments in a single decorator

Open keirlawson opened this issue 9 years ago • 1 comments

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) { ... }

keirlawson avatar Nov 13 '15 09:11 keirlawson

+1

vjpr avatar Jan 13 '16 22:01 vjpr