UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 294 B
import ts from "typescript"; import { ITypiaContext } from "./ITypiaContext"; export declare namespace FileTransformer { const transform: (environments: Omit<ITypiaContext, "transformer" | "importer">) => (transformer: ts.TransformationContext) => (file: ts.SourceFile) => ts.SourceFile; }