UNPKG

typia

Version:

Superfast runtime validators with only one line

5 lines (4 loc) 210 B
import ts from "typescript"; export declare namespace ImportTransformer { const transform: (from: string) => (to: string) => (context: ts.TransformationContext) => (file: ts.SourceFile) => ts.SourceFile; }