From ee6ca7910bd8fef45816a8bda28dfa3afae5283a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Vatle?= Date: Thu, 4 Apr 2019 05:15:16 +0300 Subject: [PATCH] Add JSDoc to constructor for fast-ratelimit. --- index.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.d.ts b/index.d.ts index 476944a71d..16fae01ffc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -19,6 +19,10 @@ export interface FastRateLimitOptions { * @param {object} options */ export class FastRateLimit { + /** + * FastRateLimit constructor + * @param options + */ constructor(options: FastRateLimitOptions); /**