Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/esm/CLI.deno.ts>ImportMap

A fast, smart, & global CDN for modern(es2015+) web development.
Go to Latest
type alias ImportMap
import { type ImportMap } from "https://deno.land/x/esm@v129/CLI.deno.ts";
definition: { readonly imports: Record<string, string>; readonly scopes: Record<string, Record<string, string>>; }