Skip to main content
Module

x/dnt/transform.ts>PackageShim

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

Properties

Information about the npm package specifier to import.

optional
typesPackage: Dependency

Npm package to include in the dev depedencies that has the type declarations.

globalNames: (GlobalName | string)[]

Named exports from the shim to use as globals.