MCPcopy Create free account
hub / github.com/protomaps/PMTiles / DocumentLike

Interface DocumentLike

js/src/adapters.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { PMTiles, TileType } from "./index";
9
10interface DocumentLike {
11 // biome-ignore lint: we don't want to bring in the entire document type
12 createElement: (s: string) => any;
13}
14
15// biome-ignore lint: we don't want to bring in the entire document type
16type DoneCallback = (error?: Error, tile?: any) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…