MCPcopy Index your code
hub / github.com/caolan/nodeunit / isUndefinedOrNull

Function isUndefinedOrNull

lib/assert.js:222–224  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

220}
221
222function isUndefinedOrNull (value) {
223 return value === null || value === undefined;
224}
225
226function isArguments (object) {
227 return Object.prototype.toString.call(object) == '[object Arguments]';

Callers 1

objEquivFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…