Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11549
exports.isUndefined = isUndefined;
11550
11551
function
isRegExp(re) {
11552
return
objectToString(re) ===
'[object RegExp]'
;
11553
}
11554
exports.isRegExp = isRegExp;
11555
11556
function
isObject(arg) {
Callers
2
is
Function · 0.70
formatValue
Function · 0.70
Calls
2
objectToString
Function · 0.70
isObject
Function · 0.70
Tested by
no test coverage detected