NewsBlur/node/node_modules/performance-now/test/scripts/difference.js

10 lines
168 B
JavaScript
Raw Normal View History

2019-04-13 15:11:58 -04:00
// Generated by CoffeeScript 1.8.0
(function() {
var now;
now = require('../../lib/performance-now');
console.log(-(now() - now()).toFixed(3));
}).call(this);