UNPKG

react-native-1app

Version:

3 lines (2 loc) 99 B
const isValidVelocity = jest.fn((v, threshold) => v >= threshold); export default isValidVelocity;