UNPKG

typia

Version:

Superfast runtime validators with only one line

10 lines (9 loc) 289 B
import ts from "typescript"; import { ITypiaContext } from "../../transformers/ITypiaContext"; export declare namespace ProtobufMessageProgrammer { interface IProps { context: ITypiaContext; type: ts.Type; } const write: (props: IProps) => ts.CallExpression; }