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

Function elementWithTag

static/word2md/mammoth.browser.js:2143–2149  ·  view source on GitHub ↗
(tag, children)

Source from the content-addressed store, hash-verified

2141}
2142
2143function elementWithTag(tag, children) {
2144 return {
2145 type: "element",
2146 tag: tag,
2147 children: children || []
2148 };
2149}
2150
2151function text(value) {
2152 return {

Callers 2

nonFreshElementFunction · 0.70
freshElementFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected