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

Function applyToTokens

static/word2md/mammoth.browser.js:15015–15019  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

15013 }
15014
15015 function applyToTokens(tokens) {
15016 return rules.firstOf("infix", infixRules.map(function(infix) {
15017 return infix.rule;
15018 }))(tokens);
15019 }
15020
15021 return {
15022 apply: apply,

Callers 1

applyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected