Skip to main content
Module

x/dnt/transform.ts

Deno to npm package build tool.
Very Popular
Go to Latest
import * as dnt from "https://deno.land/x/dnt@0.30.0/transform.ts";

Functions

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.