UNPKG

rc-hammer

Version:

use hammerjs in React/ReactNative

14 lines (11 loc) 231 B
const VENDOR_PREFIXES = ['', 'webkit', 'Moz', 'MS', 'ms', 'o']; const TYPE_FUNCTION = 'function'; const { round, abs } = Math; const { now } = Date; export { VENDOR_PREFIXES, TYPE_FUNCTION, round, abs, now };