MCPcopy
hub / github.com/TanStack/router / isFunction

Function isFunction

packages/router-core/src/utils.ts:196–198  ·  view source on GitHub ↗
(d: any)

Source from the content-addressed store, hash-verified

194}
195
196function isFunction(d: any): d is Function {
197 return typeof d === 'function'
198}
199
200/**
201 * Apply a value-or-updater to a previous value.

Callers 1

functionalUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected