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

Function repeatString

static/word2md/mammoth.browser.js:3525–3527  ·  view source on GitHub ↗
(value, count)

Source from the content-addressed store, hash-verified

3523})();
3524
3525function repeatString(value, count) {
3526 return new Array(count + 1).join(value);
3527}
3528
3529function markdownWriter() {
3530 var fragments = [];

Callers 2

markdownListItemFunction · 0.70
mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected