UNPKG

typia

Version:

Superfast runtime validators with only one line

8 lines (7 loc) 217 B
import ts from "typescript"; import { ITypiaContext } from "./ITypiaContext"; export interface ITransformProps { context: ITypiaContext; modulo: ts.LeftHandSideExpression; expression: ts.CallExpression; }