MCPcopy Create free account
hub / github.com/TruthHun/BookStack / isVoidElement

Function isVoidElement

static/word2md/mammoth.browser.js:2174–2176  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2172};
2173
2174function isVoidElement(node) {
2175 return (node.children.length === 0) && voidTagNames[node.tag.tagName];
2176}
2177
2178exports.isVoidElement = isVoidElement;
2179

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected