JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33882
  • Score
    100M100P100Q130197F

Create javascript functions with optional, default and named paramaters.

Package Exports

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