@uphold/enterprise-widget-messaging-types
v0.11.0
Published
Typescript types describing the Enterprise Widget messaging protocol
Readme
widget-messaging-types
Typescript types describing the Enterprise Widget messaging protocol.
Tech stack
Here's the main stack used in this project:
- Typescript for authoring our code.
Getting Started
Installation
Install the dependencies:
npm installDevelopment
Lint
To lint the project, run:
npm run lintTypecheck
To type check the project, run:
npm run typecheck