MCPcopy
hub / github.com/markmap/markmap / definePlugin

Function definePlugin

packages/markmap-lib/src/plugins/base.ts:19–21  ·  view source on GitHub ↗
(plugin: ITransformPlugin)

Source from the content-addressed store, hash-verified

17 * This function is only used to help type checking.
18 */
19export function definePlugin(plugin: ITransformPlugin) {
20 return plugin;
21}

Callers 10

index.tsFile · 0.90
index.browser.tsFile · 0.90
index.tsFile · 0.90
index.browser.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
index.browser.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected