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

Function rule

static/word2md/mammoth.browser.js:14952–14954  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14950 }
14951
14952 function rule() {
14953 return createRule(infixRules);
14954 }
14955
14956 function leftAssociative(name) {
14957 return createRule(infixRules.untilExclusive(name));

Callers 4

mammoth.browser.jsFile · 0.70
mapFunction · 0.70
lazyRuleFunction · 0.70
repeatedWithSeparatorFunction · 0.70

Calls 1

createRuleFunction · 0.70

Tested by

no test coverage detected