Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/validatorjs/validator.js
/ isNullOrUndefined
Function
isNullOrUndefined
src/lib/util/nullUndefinedCheck.js:1–3 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
1
export
default
function
isNullOrUndefined(value) {
2
return
value === null || value === undefined;
3
}
Callers
2
isInt
Function · 0.85
isFloat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected