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

Function decodeEscapeSequences

static/word2md/mammoth.browser.js:2963–2967  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2961};
2962
2963function decodeEscapeSequences(value) {
2964 return value.replace(/\\(.)/g, function(match, code) {
2965 return escapeSequences[code] || code;
2966 });
2967}
2968
2969var classRule = lop.rules.sequence(
2970 lop.rules.tokenOfType("dot"),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected