JSPM

  • Created
  • Published
  • Downloads 42250
  • Score
    100M100P100Q145558F
  • License MIT

Package Exports

  • @devcycle/types
  • @devcycle/types/package.json

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.