MCPcopy
hub / github.com/GrapesJS/grapesjs / isUndefined

Function isUndefined

packages/cli/src/utils.ts:8–8  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

6export const isString = (val: any): val is string => typeof val === 'string';
7
8export const isUndefined = (value: any) => typeof value === 'undefined';
9
10export const isFunction = (value: any): value is Function => typeof value === 'function';
11

Callers 15

init.tsFile · 0.90
addMethod · 0.85
constructorFunction · 0.85
snapGuidesMethod · 0.85
setGuideLockMethod · 0.85
shallowDiffFunction · 0.85
appendAtIndexFunction · 0.85
createViewerMethod · 0.85
buildMethod · 0.85
setTargetMethod · 0.85
getTargetValueMethod · 0.85
setTargetValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected