UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 275 B
import { ITransformProps } from "../../ITransformProps"; export declare namespace NotationCreateGeneralTransformer { const transform: (rename: (str: string) => string) => (props: ITransformProps) => import("typescript").Expression | import("typescript").ArrowFunction; }