UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 220 B
import ts from "typescript"; import { ITransformProps } from "../../ITransformProps"; export declare namespace LlmParametersTransformer { const transform: (props: Omit<ITransformProps, "modulo">) => ts.Expression; }