Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Code

import type { Code } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";
type Code = {
type: "code";
unit: UnitBase;
children: PlainText;
}
;

§Type

§
{
type: "code";
unit: UnitBase;
children: PlainText;
}
[src]