MCPcopy Create free account
hub / github.com/GrapesJS/cli / isUndefined

Function isUndefined

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 1

init.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected