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