UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (6 loc) 154 B
'use strict'; 'worklet'; export const isLength = value => { return value.endsWith('px') || !isNaN(Number(value)); }; //# sourceMappingURL=guards.js.map