fastify / fastify-rate-limit

A low overhead rate limiter for your routes
MIT License
505 stars 72 forks source link

fix nodenext typings #303

Closed Uzlopak closed 1 year ago

Uzlopak commented 1 year ago

Fixes #297 Superseeds #302

When fixing the types in #276 it seems that index.d.ts in root was fixed, but should have moved to /types/index.d.ts. This PR fixes this.

Checklist