@matatbread/typia
Version:
Superfast runtime validators with only one line
15 lines (12 loc) • 630 B
JavaScript
import { HttpValidateQueryProgrammer } from '../../../programmers/http/HttpValidateQueryProgrammer.mjs';
import { GenericTransformer } from '../../internal/GenericTransformer.mjs';
var HttpValidateQueryTransformer;
(function (HttpValidateQueryTransformer) {
HttpValidateQueryTransformer.transform = (props) => GenericTransformer.scalar({
...props,
method: "http.validateQuery",
write: HttpValidateQueryProgrammer.write,
});
})(HttpValidateQueryTransformer || (HttpValidateQueryTransformer = {}));
export { HttpValidateQueryTransformer };
//# sourceMappingURL=HttpValidateQueryTransformer.mjs.map