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

Function isBlank

static/word2md/mammoth.browser.js:1224–1226  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1222 }
1223
1224 function isBlank(value) {
1225 return value == null || /^\s*$/.test(value);
1226 }
1227
1228 function findBlipImageFile(blip) {
1229 var embedRelationshipId = blip.attributes["r:embed"];

Callers 1

readBlipFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected