Skip to main content
Module

x/dnt/mod.ts>build

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

Builds the specified Deno module to an npm package using the TypeScript compiler.

Returns

Promise<void>