Files
Schnappix/node_modules/react-native-reanimated/lib/module/isSharedValue.js
T

9 lines
261 B
JavaScript

'use strict';
export function isSharedValue(value) {
'worklet';
// We cannot use `in` operator here because `value` could be a HostObject and therefore we cast.
return value?._isReanimatedSharedValue === true;
}
//# sourceMappingURL=isSharedValue.js.map