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

Function parseTokens

static/word2md/mammoth.browser.js:15172–15174  ·  view source on GitHub ↗
(parser, tokens)

Source from the content-addressed store, hash-verified

15170
15171exports.Parser = function(options) {
15172 var parseTokens = function(parser, tokens) {
15173 return parser(new TokenIterator(tokens));
15174 };
15175
15176 return {
15177 parseTokens: parseTokens

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected