(docxFile)
| 2023 | } |
| 2024 | |
| 2025 | function 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){ |
| 2034 | exports.readStylesXml = readStylesXml; |