UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

14 lines 643 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpQueryValidator = void 0; /** * Validator slot reserved for `@TypedQuery` per-field SDK-side checks. Returns * `[]` because the typia native transform already enforces the atomic-only * constraint at compile time, and `MetadataFactory.validate` — the only call * site — is itself a passthrough on the v13 runtime. */ var HttpQueryValidator; (function (HttpQueryValidator) { HttpQueryValidator.validate = () => []; })(HttpQueryValidator || (exports.HttpQueryValidator = HttpQueryValidator = {})); //# sourceMappingURL=HttpQueryValidator.js.map