Skip to main content
Module

x/esm/CLI.ts>Package

A fast, global CDN for NPM packages with ESM format.
Go to Latest
type alias Package
import { type Package } from "https://deno.land/x/esm@v114/CLI.ts";
definition: { readonly name: string; readonly version: string; readonly subModule?: string; readonly alias?: string; readonly dependencies?: Record<string, string>; readonly peerDependencies?: Record<string, string>; readonly exports?: Record<string, unknown> | string; }