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

Function is

static/word2md/mammoth.browser.js:26240–26242  ·  view source on GitHub ↗
(charclass, c)

Source from the content-addressed store, hash-verified

26238 }
26239
26240 function is (charclass, c) {
26241 return isRegExp(charclass) ? !!c.match(charclass) : charclass[c]
26242 }
26243
26244 function not (charclass, c) {
26245 return !is(charclass, c)

Callers 2

notFunction · 0.70
writeFunction · 0.70

Calls 1

isRegExpFunction · 0.70

Tested by

no test coverage detected