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.51k stars 135 forks source link

add TypeScript typings for Limiter #31

Closed punmechanic closed 7 years ago

punmechanic commented 7 years ago

This is just the rough typings from what I can see of the external API of limiter. One of the projects I'm working on uses this project and I noticed it didn't have typings.

Let me know if you need anything more from me.