UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 217 B
import ts from "typescript"; import { IProject } from "../../transformers/IProject"; export declare namespace ProtobufMessageProgrammer { const write: (project: IProject) => (type: ts.Type) => ts.StringLiteral; }