UNPKG

raf-stub

Version:

Accurate and predictable testing of requestAnimationFrame and cancelAnimationFrame

8 lines (7 loc) 119 B
// @flow export default (): number => { if (performance) { return performance.now(); } return Date.now(); };