UNPKG

guardflux

Version:

A light callable lib to keep your API alive

7 lines (6 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyObj = exports.notValidObj = exports.userReachMaxRateLimit = void 0; exports.userReachMaxRateLimit = "User reach max ratelimit"; exports.notValidObj = "Object is not valid based on schema"; exports.emptyObj = "Object is empty";