bguard
Version:
**bguard** is a powerful, flexible, and type-safe validation library for TypeScript. It allows developers to define validation schemas for their data structures and ensures that data conforms to the expected types and constraints.
9 lines (5 loc) • 363 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});// src/helpers/constants.ts
var ONLY_ONCE = "It is allowed to call either 'equalTo' or 'oneOfValues,' but only one of them, and only once.";
var ctxSymbol = Symbol("contextSymbol");
exports.ONLY_ONCE = ONLY_ONCE; exports.ctxSymbol = ctxSymbol;
//# sourceMappingURL=chunk-AXKX5BGH.js.map