Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dnt/transform.ts>transform

Deno to npm package build tool.
Very Popular
Go to Latest
function transform
import { transform } from "https://deno.land/x/dnt@0.33.0/transform.ts";

Analyzes the provided entry point to get all the dependended on modules and outputs canonical TypeScript code in memory. The output of this function can then be sent to the TypeScript compiler or a bundler for further processing.