/args.js

Create javascript functions with optional, default, grouped and named parameters.

Primary LanguageJavaScript

#Args.js

Args.js lets you easily create functions with optional parameters, default parameters, parameter groups and named parameters. It checks types and will trigger exceptions if a function is called incorrectly.

See the homepage for more details.