UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 204 B
import { ITransformProps } from "../../ITransformProps"; export declare namespace HttpValidateFormDataTransformer { const transform: (props: ITransformProps) => import("typescript").CallExpression; }