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

Function isParagraphProperties

static/word2md/mammoth.browser.js:1320–1322  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1318};
1319
1320function isParagraphProperties(element) {
1321 return element.type === "paragraphProperties";
1322}
1323
1324function isRunProperties(element) {
1325 return element.type === "runProperties";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected