UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 233 B
import ts from "typescript"; import { ITransformProps } from "../../ITransformProps"; export declare namespace JsonSchemaTransformer { const transform: (props: Pick<ITransformProps, "context" | "expression">) => ts.Expression; }