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

Function writer

static/word2md/mammoth.browser.js:3265–3272  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3263exports.writer = writer;
3264
3265function writer(options) {
3266 options = options || {};
3267 if (options.prettyPrint) {
3268 return prettyWriter();
3269 } else {
3270 return simpleWriter();
3271 }
3272}
3273
3274
3275var indentedElements = {

Callers

nothing calls this directly

Calls 2

prettyWriterFunction · 0.70
simpleWriterFunction · 0.70

Tested by

no test coverage detected