MCPcopy
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 */
37export function isUndefined<T>(value: T | undefined): value is undefined {
38 return value === undefined;
39}

Callers 9

addStepMethod · 0.90
onMethod · 0.90
offMethod · 0.90
triggerMethod · 0.90
_setupElementsMethod · 0.90
createShepherdElementFunction · 0.90
createShepherdContentFunction · 0.90
_setupAdvanceOnHandlerFunction · 0.90
bindAdvanceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected