JSPM

  • Created
  • Published
  • Downloads 42430
  • Score
    100M100P100Q144946F
  • 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.