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
/
src
/
lib
/
messages.ts
5 lines
(3 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
export
const
userReachMaxRateLimit =
"User reach max ratelimit"
export
const
notValidObj =
"Object is not valid based on schema"
export
const
emptyObj =
"Object is empty"