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

Function isDefined

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

Source from the content-addressed store, hash-verified

448 }
449
450 function isDefined(obj) {
451 return !isUndefined(obj);
452 }
453
454 function specPluralizedFor(count) {
455 let str = `${count} spec`;

Callers 1

jasmine-html.jsFile · 0.85

Calls 1

isUndefinedFunction · 0.85

Tested by

no test coverage detected