skpm / timers

:clock1: A drop-in replacement for the timers nodejs module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the setInterval is not working for me

AgentChris opened this issue · comments

import timers from '@skpm/timers';

timers.setInterval(() => {
console.log('plug this');
}, 1);
clearInterval(interval)

what's not working exactly? You are clearing the interval before it has the change to trigger