UNPKG

ractive

Version:

Next-generation DOM manipulation

14 lines (11 loc) 273 B
var getTime; if ( typeof window !== 'undefined' && window.performance && typeof window.performance.now === 'function' ) { getTime = function () { return window.performance.now(); }; } else { getTime = function () { return Date.now(); }; } export default getTime;