Skip to main content
Module

x/esm/CLI.ts>ImportMap

A fast, global CDN for NPM packages with ESM format.
Go to Latest
type alias ImportMap
import { type ImportMap } from "https://deno.land/x/esm@v116/CLI.ts";
definition: { readonly imports: Record<string, string>; readonly scopes: Record<string, Record<string, string>>; }