Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
isFunction(value: any): value is Function {
2
return
typeof value ===
'function'
;
3
}
Callers
4
createSlatePlugin
Function · 0.90
configureNestedPlugin
Function · 0.90
extendNestedPlugin
Function · 0.90
callOrReturn
Function · 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…