Skip to content

gramkin/nano-throttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nano-throttle

Minimal throttle function with trailing call support. 102 bytes (minified and gzipped) Size Limit controls the size

Install

npm install nano-throttle --save

Usage

import throttle from 'nano-throttle';

throttle(callback, ms);
throttle(callback, ms, false); // without trailing call

About

Minimal throttle function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published