MCPcopy Create free account
hub / github.com/Lobos/react-ui / isUndefinedOrNull

Function isUndefinedOrNull

docs/lib/ReactRouter.js:4432–4434  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4430 }
4431
4432 function isUndefinedOrNull(value) {
4433 return value === null || value === undefined;
4434 }
4435
4436 function isBuffer (x) {
4437 if (!x || typeof x !== 'object' || typeof x.length !== 'number') return false;

Callers 1

objEquivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…