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

Function isFrameValue

packages/core/src/FrameValue.ts:13–14  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

11import { Interpolation } from './Interpolation'
12
13export const isFrameValue = (value: any): value is FrameValue =>
14 value instanceof FrameValue
15
16let nextId = 1
17

Callers 3

_attachMethod · 0.90
eventObservedMethod · 0.90
_attachMethod · 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…