Package Exports
- args-js
- args-js/Args
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (args-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#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.