UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (6 loc) 209 B
'use strict'; export function isSharedValue(value) { 'worklet'; return (value === null || value === void 0 ? void 0 : value._isReanimatedSharedValue) === true; } //# sourceMappingURL=isSharedValue.js.map