UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 236 B
import { ITransformProps } from "../../ITransformProps"; export declare namespace NotationGeneralTransformer { const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").CallExpression; }