Package Exports
- @devcycle/types
- @devcycle/types/index.cjs
- @devcycle/types/index.js
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 (@devcycle/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
DevCycle Types
This package contains shared types used to define the contracts between DevCycle SDKs and backend APIs.
It also holds validation logic within those definitions that is used for request validation by the APIs.
Building
Run nx build shared-types
to build the library.
Running unit tests
Run nx test shared-types
to execute the unit tests via Jest.