UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 198 B
import ts from "typescript"; import { IProject } from "./IProject"; export declare namespace NodeTransformer { const transform: (project: IProject) => (expression: ts.Node) => ts.Node | null; }