MCPcopy
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

1export default function isNullOrUndefined(value) {
2 return value === null || value === undefined;
3}

Callers 2

isIntFunction · 0.85
isFloatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected