UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 143 B
import ts from "typescript"; export declare namespace TemplateFactory { const generate: (expressions: ts.Expression[]) => ts.Expression; }