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

Function readStyleMap

static/word2md/mammoth.browser.js:2025–2031  ·  view source on GitHub ↗
(docxFile)

Source from the content-addressed store, hash-verified

2023}
2024
2025function readStyleMap(docxFile) {
2026 if (docxFile.exists(styleMapPath)) {
2027 return docxFile.read(styleMapPath, "utf8");
2028 } else {
2029 return promises.resolve(null);
2030 }
2031}
2032
2033},{"../promises":23,"../xml":34,"underscore":153}],15:[function(require,module,exports){
2034exports.readStylesXml = readStylesXml;

Callers 1

readOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected