UNPKG
@d-fischer/rate-limiter
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Rate limit your requests.
github.com/d-fischer/rate-limiter
d-fischer/rate-limiter
@d-fischer/rate-limiter
/
lib
/
errors
/
CustomError.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
/**
@private
*/
export
declare
class
CustomError
extends
Error
{
constructor
(
...
params
: [
string
,
string
?,
string
?]
);
get
name
():
string
; }