MCPcopy Index your code
hub / github.com/markmap/markmap / htmlClose

Function htmlClose

packages/markmap-common/src/html.ts:35–37  ·  view source on GitHub ↗
(tagName: string)

Source from the content-addressed store, hash-verified

33}
34
35export function htmlClose(tagName: string): string {
36 return `</${tagName}>`;
37}
38
39export function wrapHtml(
40 tagName: string,

Callers 1

wrapHtmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected