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
/
messages.d.ts
4 lines
(3 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
export
declare
const
userReachMaxRateLimit =
"User reach max ratelimit"
;
export
declare
const
notValidObj =
"Object is not valid based on schema"
;
export
declare
const
emptyObj =
"Object is empty"
;