MCPcopy
hub / github.com/parallel-js/parallel.js / isUndefined

Function isUndefined

test/jasmine/jasmine-html.js:446–448  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

444 }
445
446 function isUndefined(obj) {
447 return typeof obj === 'undefined';
448 }
449
450 function isDefined(obj) {
451 return !isUndefined(obj);

Callers 2

jasmine-html.jsFile · 0.85
isDefinedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected