Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 294 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 294 Bytes

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