Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/documentaly/publish/notion/link-state/mod.ts>linkState

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

type

{ set: (href: string) => unknown; clear: () => unknown; get: () => unknown; }