Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
isDefined
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected