Skip to main content
Module

x/dnt/transform.ts>ModuleShim

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

Properties

module: string

The module or bare specifier.

globalNames: (GlobalName | string)[]

Named exports from the shim to use as globals.