First commit
This commit is contained in:
9
framework/node_modules/node-rate-limiter-flexible/lib/component/index.d.ts
generated
vendored
Normal file
9
framework/node_modules/node-rate-limiter-flexible/lib/component/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export class RateLimiterQueueError extends Error {
|
||||
|
||||
constructor(message?: string, extra?: string);
|
||||
|
||||
readonly name: string;
|
||||
readonly message: string;
|
||||
readonly extra: string;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user