1.0.4 • Published 6 years ago
throttle-id v1.0.4
throttle-id
Size only 296b, no dependencies
Use id
split cache sapce's throttle
import throttle from 'throttle-id';
throttle('the-id', 300, () => {
console.log('same id, throttle at 300ms');
});
Size only 296b, no dependencies
Use id
split cache sapce's throttle
import throttle from 'throttle-id';
throttle('the-id', 300, () => {
console.log('same id, throttle at 300ms');
});