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

Method constructor

src/Instance.ts:31–33  ·  view source on GitHub ↗
(...args: MarkedExtension<ParserOutput, RendererOutput>[])

Source from the content-addressed store, hash-verified

29 Hooks = _Hooks<ParserOutput, RendererOutput>;
30
31 constructor(...args: MarkedExtension<ParserOutput, RendererOutput>[]) {
32 this.use(...args);
33 }
34
35 /**
36 * Run callback for every token

Callers

nothing calls this directly

Calls 1

useMethod · 0.95

Tested by

no test coverage detected