Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 452 Bytes

File metadata and controls

29 lines (18 loc) · 452 Bytes

@typespecs/blocknote

TypeSpec definitions for the BlockNote document schema.

Installation

npm install @typespecs/blocknote

Requires @typespec/compiler ~1.9.0 as a peer dependency:

npm install --save-dev @typespec/compiler

Usage

Import the library in your TypeSpec file:

import "@typespecs/blocknote";

using BlockNote;

License

MIT