MCPcopy Index your code
hub / github.com/GrapesJS/react / isFunction

Function isFunction

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

Source from the content-addressed store, hash-verified

9}
10
11export function isFunction(value: any): // eslint-disable-next-line @typescript-eslint/ban-types
12value is Function {
13 return typeof value === 'function';
14}
15
16export function noop() {}
17

Callers 8

LayersProvider.tsxFile · 0.90
AssetsProvider.tsxFile · 0.90
PagesProvider.tsxFile · 0.90
StylesProvider.tsxFile · 0.90
BlocksProvider.tsxFile · 0.90
TraitsProvider.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected