Files
Schnappix/node_modules/react-native-worklets/lib/module/isSynchronizable.js
T

6 lines
229 B
JavaScript

'use strict';
export function isSynchronizable(value) {
return typeof value === 'object' && value !== null && '__synchronizableRef' in value && value.__synchronizableRef === true;
}
//# sourceMappingURL=isSynchronizable.js.map