Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isBoolean
Function
isBoolean
lib/web/jshint.js:1254–1256 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
1252
exports.isArray = isArray;
1253
1254
function
isBoolean(arg) {
1255
return
typeof arg ===
'boolean'
;
1256
}
1257
exports.isBoolean = isBoolean;
1258
1259
function
isNull(arg) {
Callers
2
inspect
Function · 0.85
formatPrimitive
Function · 0.85
Calls
2
isObjectLike
Function · 0.85
call
Method · 0.45
Tested by
no test coverage detected