MCPcopy Index your code
hub / github.com/TanStack/query / isFunction

Function isFunction

packages/vue-query/src/utils.ts:109–111  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

107}
108
109function isFunction(value: unknown): value is Function {
110 return typeof value === 'function'
111}

Callers 1

cloneDeepUnrefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…