goodtimer icon indicating copy to clipboard operation
goodtimer copied to clipboard

Make function to actually replace `setInterval` with `setGoodInterval`

Open aeeed99 opened this issue 3 years ago • 0 comments

Something like

const { useSetGoodInterval } = require('goodtimer/timeutil');

useSetGoodInterval();

setInterval(..., ...) // now is setGoodInterval

aeeed99 avatar Apr 11 '21 14:04 aeeed99