MCPcopy
hub / github.com/midrender/revideo / isReactive

Function isReactive

packages/core/src/signals/utils.ts:3–5  ·  view source on GitHub ↗
(value: SignalValue<T>)

Source from the content-addressed store, hash-verified

1import type {SignalValue} from './types';
2
3export function isReactive<T>(value: SignalValue<T>): value is () => T {
4 return typeof value === 'function';
5}
6
7export function modify<TFrom, TTo>(
8 value: SignalValue<TFrom>,

Callers 12

setPlaybackRateFunction · 0.90
tweenSvgMethod · 0.90
setChildrenMethod · 0.90
spawnedChildrenMethod · 0.90
cloneMethod · 0.90
tweenDataMethod · 0.90
setterMethod · 0.90
constructorMethod · 0.90
setterMethod · 0.90
getterMethod · 0.90
modifyFunction · 0.85
unwrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected