Skip to main content
Module

x/dnt/transform.ts>GlobalName

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

Properties

name: string

Name to use as the global name.

optional
exportName: string

Name of the export from the package.

optional
typeOnly: boolean

Whether this is a name that only exists as a type declaration.