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

Function isVoid

static/word2md/turndown.js:36–38  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

34];
35
36function isVoid (node) {
37 return voidElements.indexOf(node.nodeName.toLowerCase()) !== -1
38}
39
40var voidSelector = voidElements.join();
41function hasVoid (node) {

Callers 2

collapseWhitespaceFunction · 0.85
isBlankFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected