MCPcopy Create free account
hub / github.com/developit/snarkdown / Links

Interface Links

snarkdown.d.ts:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare module "snarkdown" {
2 interface Links {
3 [index: string]: string;
4 }
5 export default function (urlStr: string, prevLinks?: Links): string;
6}

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…