UNPKG

typia

Version:

Superfast runtime validators with only one line

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