Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple arguments in a single decorator #17

Open
keirlawson opened this issue Nov 13, 2015 · 1 comment
Open

Multiple arguments in a single decorator #17

keirlawson opened this issue Nov 13, 2015 · 1 comment

Comments

@keirlawson
Copy link

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) { ... }
@vjpr
Copy link

vjpr commented Jan 13, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants