0.1.1 • Published 1 year ago

@blockprotocol/type-system v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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