MCPcopy
hub / github.com/markedjs/marked / RendererThis

Interface RendererThis

src/MarkedOptions.ts:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface RendererThis<ParserOutput = string, RendererOutput = string> {
25 parser: _Parser<ParserOutput, RendererOutput>;
26}
27
28export type RendererExtensionFunction<ParserOutput = string, RendererOutput = string> = (this: RendererThis<ParserOutput, RendererOutput>, token: Tokens.Generic) => RendererOutput | false | undefined;
29

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…