henryoswald / args.js

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

Home Page:http://autographer.github.io/args.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.

About

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

http://autographer.github.io/args.js


Languages

Language:JavaScript 100.0%