UNPKG

spaceheater

Version:

Turn your PC into a space heater by spinning all CPU cores.

7 lines (5 loc) 107 B
module.exports = timer function timer () { const start = Date.now() return () => Date.now() - start }