Skip to main content
Module

x/dnt/transform.ts>transform

Deno to npm package build tool.
Go to Latest
function transform
import { transform } from "https://deno.land/x/dnt@0.30.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.