@blockprotocol/type-system
v0.1.1
Published
Definitions of types within the Block Protocol Type System
Downloads
27,756
Readme
Block Protocol Type System
An in-development package that provides TypeScript typings and implementations for the Block Protocol Type-System. See the RFC for more details
Development
Building
Ensure you've installed the dependencies required for the type-system
crate, outlined in the respective README.
Run:
yarn
yarn build
Testing
If you've successfully built, you can run the tests with
yarn test