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
/
constants.js
6 lines
(5 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
rateLimitTableName
=
exports
.
dbDefualtName
=
void
0
;
exports
.
dbDefualtName
=
"guardflux"
;
exports
.
rateLimitTableName
=
"ratelimit"
;