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

Function Document

static/word2md/mammoth.browser.js:589–597  ·  view source on GitHub ↗
(children, options)

Source from the content-addressed store, hash-verified

587};
588
589function Document(children, options) {
590 options = options || {};
591 return {
592 type: types.document,
593 children: children,
594 notes: options.notes || new Notes({}),
595 comments: options.comments || []
596 };
597}
598
599function Paragraph(children, properties) {
600 properties = properties || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected