mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Add JSDoc to constructor for fast-ratelimit.
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -19,6 +19,10 @@ export interface FastRateLimitOptions {
|
||||
* @param {object} options
|
||||
*/
|
||||
export class FastRateLimit {
|
||||
/**
|
||||
* FastRateLimit constructor
|
||||
* @param options
|
||||
*/
|
||||
constructor(options: FastRateLimitOptions);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user