Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias Marker
Re-export
import { type Marker } from "https://deno.land/x/fathym_eac_runtime@v0.1.32/mod.ts";
definition: { kind: MarkerKind; id: string; startNode: Text | Comment | null; endNode: Text | Comment | null; }