Files
Schnappix/node_modules/react-native-reanimated/lib/module/common/utils/guards.js
T

7 lines
154 B
JavaScript

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