npm.io
1.0.2 • Published 8 years ago

@c.p/throttle

Licence
MIT
Version
1.0.2
Deps
0
Vulns
0
Weekly
0

Usage

var throttle = require('@c.p/throttle');

var throttled = throttle(1000, yourFunction);

// calling throttled multiple times will call yourFunction, at most, once per second