Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/shipshapecode/shepherd
/ isUndefined
Function
isUndefined
shepherd.js/src/utils/type-check.ts:37–39 ·
view source on GitHub ↗
(value: T | undefined)
Source
from the content-addressed store, hash-verified
35
* @param value The param to check
if
it is undefined
36
*/
37
export
function
isUndefined<T>(value: T | undefined): value is undefined {
38
return
value === undefined;
39
}
Callers
9
addStep
Method · 0.90
on
Method · 0.90
off
Method · 0.90
trigger
Method · 0.90
_setupElements
Method · 0.90
createShepherdElement
Function · 0.90
createShepherdContent
Function · 0.90
_setupAdvanceOnHandler
Function · 0.90
bindAdvance
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected