UNPKG

typia

Version:

Superfast runtime validators with only one line

15 lines (12 loc) 564 B
import { HttpIsQueryProgrammer } from '../../../programmers/http/HttpIsQueryProgrammer.mjs'; import { GenericTransformer } from '../../internal/GenericTransformer.mjs'; var HttpIsQueryTransformer; (function (HttpIsQueryTransformer) { HttpIsQueryTransformer.transform = (props) => GenericTransformer.scalar({ ...props, method: "http.isQuery", write: HttpIsQueryProgrammer.write, }); })(HttpIsQueryTransformer || (HttpIsQueryTransformer = {})); export { HttpIsQueryTransformer }; //# sourceMappingURL=HttpIsQueryTransformer.mjs.map