JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q55136F
  • License Apache-2.0

peer dependency for Common Form packages

Package Exports

  • commonform

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 (commonform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Common Form

NPM version

A dummy package for use as an npm peer dependency:

{
  "peerDependencies": {
    "commonform": "1.x"
  }
}

All packages that peer-depend on this package expect as arguments (or return as outputs) form objects that meet the validation criteria of the latest version of commonform-validate with the same peer dependency.