UNPKG

typia

Version:

Superfast runtime validators with only one line

10 lines (9 loc) 270 B
import ts from "typescript"; import { ITypiaContext } from "./ITypiaContext"; export interface IProgrammerProps { context: ITypiaContext; modulo: ts.LeftHandSideExpression; type: ts.Type; name: string | undefined; init?: ts.Expression | undefined; }