Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isBoolean
Function
isBoolean
static/word2md/mammoth.browser.js:11516–11518 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
11514
exports.isArray = isArray;
11515
11516
function
isBoolean(arg) {
11517
return
typeof arg ===
'boolean'
;
11518
}
11519
exports.isBoolean = isBoolean;
11520
11521
function
isNull(arg) {
Callers
2
inspect
Function · 0.70
formatPrimitive
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected