MCPcopy
hub / github.com/pmndrs/react-spring / isAsyncTo

Function isAsyncTo

packages/core/src/helpers.ts:210–212  ·  view source on GitHub ↗
(to: any)

Source from the content-addressed store, hash-verified

208}
209
210export function isAsyncTo(to: any) {
211 return is.fun(to) || (is.arr(to) && is.obj(to[0]))
212}
213
214/** Detach `ctrl` from `ctrl.ref` and (optionally) the given `ref` */
215export function detachRefs(ctrl: Controller, ref?: SpringRef) {

Callers 3

_prepareNodeMethod · 0.90
_mergeMethod · 0.90
createLoopUpdateFunction · 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…