MCPcopy
hub / github.com/udecode/plate / isFunction

Function isFunction

packages/core/src/internal/utils/isFunction.ts:1–3  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

1export function isFunction(value: any): value is Function {
2 return typeof value === 'function';
3}

Callers 4

createSlatePluginFunction · 0.90
configureNestedPluginFunction · 0.90
extendNestedPluginFunction · 0.90
callOrReturnFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…