UNPKG

typia

Version:

Superfast runtime validators with only one line

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