Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages