UNPKG

typia

Version:

Superfast runtime validators with only one line

10 lines (7 loc) 357 B
import { HttpIsQueryProgrammer } from "../../../programmers/http/HttpIsQueryProgrammer"; import { GenericTransformer } from "../../internal/GenericTransformer"; export namespace HttpIsQueryTransformer { export const transform = GenericTransformer.scalar("http.isQuery")( (project) => (modulo) => HttpIsQueryProgrammer.write(project)(modulo), ); }