MCPcopy Create free account
hub / github.com/GrapesJS/react / isDef

Function isDef

packages/grapesjs-react/src/utils/dom.ts:1–1  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

1export const isDef = (value: any) => typeof value !== 'undefined';
2
3export const isString = (value: any): value is string => typeof value === 'string';
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected