jhurliman / node-rate-limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
MIT License
1.5k stars 132 forks source link

Updated typescript defintions #62

Closed fela98 closed 4 years ago

fela98 commented 5 years ago

Added the getTokensRemaining() method to the typescript definitions

dhruvabhagi commented 4 years ago

can we merge this?