Skip to main content
Module

x/aleph/tsc/transformer.ts>CreatePlainTransformer

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function CreatePlainTransformer
import { CreatePlainTransformer } from "https://deno.land/x/aleph@v0.2.13/tsc/transformer.ts";

Parameters

transform: (
sf: ts.SourceFile,
node: ts.Node,
...args: any[],
) => ts.VisitResult<ts.Node>
...args: any[]

Returns

ts.TransformerFactory<ts.SourceFile>