Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/documentaly/publish/notion/annotation-state/mod.ts>annotationState

(Beta) Maintain document and build tool.
Go to Latest
variable annotationState
import { annotationState } from "https://deno.land/x/documentaly@0.3.5/publish/notion/annotation-state/mod.ts";

type

{ bold: () => unknown; unBold: () => unknown; strikethrough: () => unknown; unStrikethrough: () => unknown; get: () => unknown; }