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

Function textEmptier

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

Source from the content-addressed store, hash-verified

2301}
2302
2303function textEmptier(node) {
2304 if (node.value.length === 0) {
2305 return [];
2306 } else {
2307 return [node];
2308 }
2309}
2310
2311module.exports = simplify;
2312

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected