valeriansaliou / node-fast-ratelimit

:umbrella: Fast and efficient in-memory rate-limit for Node, used to alleviate most common DOS attacks.
https://www.npmjs.com/package/fast-ratelimit
MIT License
107 stars 18 forks source link

Add note about TypeScript type definitions to installation instructions in readme. #14

Closed JorgenVatle closed 2 years ago

JorgenVatle commented 5 years ago

Added reference to DefinitelyTyped's type definitions for this package to the readme.

The @types/fast-ratelimit package provides IDE auto-completion and type checks for TypeScript users. Some IDEs may still benefit from the auto-completion and type hints even if TypeScript is not in use.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 95.385% when pulling 6b44c204962a9da0edcb04a31d2b4ec22ff9f5b4 on JorgenVatle:patch-2 into d3163058f597e86587ae7738e9676dc0e5a0af9a on valeriansaliou:master.

valeriansaliou commented 2 years ago

Manually added, due to conflicts, thanks!