MCPcopy Create free account
hub / github.com/MathMan05/Fermi / CustomHTMLDivElement

Interface CustomHTMLDivElement

src/webpage/index.ts:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 window.location.pathname = "/channels/@me";
25}
26export interface CustomHTMLDivElement extends HTMLDivElement {
27 markdown: MarkDown;
28}
29declare global {
30 interface Window {
31 checker?: typeof C.Check;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected