Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isNull
Function
isNull
lib/web/jshint.js:1259–1261 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
1257
exports.isBoolean = isBoolean;
1258
1259
function
isNull(arg) {
1260
return
arg === null;
1261
}
1262
exports.isNull = isNull;
1263
1264
function
isNullOrUndefined(arg) {
Callers
3
jshint.js
File · 0.85
formatPrimitive
Function · 0.85
formatProperty
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected