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

Function parameterDeclaration

static/word2md/mammoth.browser.js:7783–7786  ·  view source on GitHub ↗
(parameterCount)

Source from the content-addressed store, hash-verified

7781};
7782
7783var parameterDeclaration = function(parameterCount) {
7784 return util.filledRange(
7785 Math.max(parameterCount, 3), "_arg", "");
7786};
7787
7788var parameterCount = function(fn) {
7789 if (typeof fn.length === "number") {

Callers 1

mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected