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

Function isRegExp

static/word2md/mammoth.browser.js:11551–11553  ·  view source on GitHub ↗
(re)

Source from the content-addressed store, hash-verified

11549exports.isUndefined = isUndefined;
11550
11551function isRegExp(re) {
11552 return objectToString(re) === '[object RegExp]';
11553}
11554exports.isRegExp = isRegExp;
11555
11556function isObject(arg) {

Callers 2

isFunction · 0.70
formatValueFunction · 0.70

Calls 2

objectToStringFunction · 0.70
isObjectFunction · 0.70

Tested by

no test coverage detected