function CreatePlainTransformerimport { CreatePlainTransformer } from "https://dotland.deno.dev/x/aleph@v0.1.8/tsc/transformer.ts"; CreatePlainTransformer(transform: (sf: ts.SourceFile,node: ts.Node,...args: any[],) => ts.VisitResult<ts.Node>, ...args: any[]): ts.TransformerFactory<ts.SourceFile>Parameterstransform: (sf: ts.SourceFile,node: ts.Node,...args: any[],) => ts.VisitResult<ts.Node>...args: any[]Returnsts.TransformerFactory<ts.SourceFile>