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.
14 lines (9 loc) • 400 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true});
var _chunkAXKX5BGHjs = require('./chunk-AXKX5BGH.js');
// src/helpers/setStrictType.ts
function _setStrictType(that, val) {
that[_chunkAXKX5BGHjs.ctxSymbol].strictType = true;
that[_chunkAXKX5BGHjs.ctxSymbol].strictTypeValue = val;
}
exports._setStrictType = _setStrictType;
//# sourceMappingURL=chunk-XDVSL5B6.js.map