0.0.4 • Published 3 years ago
@liuyunjs/timer v0.0.4
install
@npm: npm install @liuyunjs/timer -S
@yarn: yarn add @liuyunjs/timer
Quick
import Timer from '@liuyunjs/timer';
const timer = new Timer();
timer.setTimeout(() => console.log('hello world'), 1000);
timer.clearTimeout();
timer.setInterval(() => console.log('hello world'), 1000);
timer.clearInterval();
timer.rAF(() => console.log('hello world'));
timer.cAF();
1.0.0-beta5
3 years ago
1.0.0-beta4
3 years ago
1.0.0-beta3
4 years ago
1.0.0-beta2
5 years ago
1.0.0-beta1
5 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago