UNPKG
guardflux
Version:
latest (3.0.0)
3.0.0
2.3.1
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.0
A light callable lib to keep your API alive
github.com/yahya-aghdam/guardflux
yahya-aghdam/guardflux
guardflux
/
dist
/
lib
/
entity.d.ts
8 lines
(7 loc)
•
140 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
RateLimit
{
_id
:
string
;
userId
:
string
;
route
:
string
;
requestCount
:
number
;
lastRequest
:
Date
; }