Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
const
isDef = (value: any) => typeof value !==
'undefined'
;
2
3
export
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