Skip to main content
Module

x/dnt/mod.ts>EntryPoint

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

Properties

optional
kind: "bin" | "export"

If the entrypoint is for an npm binary or export.

name: string

Name of the entrypoint in the "binary" or "exports".

path: string

Path to the entrypoint.