MCPcopy
hub / github.com/hgoebl/mobile-detect.js / isUndefined

Function isUndefined

tests/lib/jasmine-1.3.1/jasmine-html.js:369–371  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

367 }
368
369 function isUndefined(obj) {
370 return typeof obj === 'undefined';
371 }
372
373 function isDefined(obj) {
374 return !isUndefined(obj);

Callers 2

jasmine-html.jsFile · 0.85
isDefinedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected