1.0.0 • Published 1 year ago

@iskl/interval v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

更加实用的 interval

const interval = new Interval(f, {
  debounceInterval: 2000,
  onStart: () => {
    console.log('onStart');
  },
  onStop: () => {
    console.log('onStop');
  },
});

interval.start();
1.0.0

1 year ago