GT2/Ejectable/node_modules/react-native-reanimated/lib/reanimated1/val.js
2021-08-16 00:14:59 +00:00

3 lines
81 B
JavaScript

export function val(v) {
return v && v.__getValue ? v.__getValue() : v || 0;
}