Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/esm/server/embed/deno_cli.ts>ImportMap

A fast, global content delivery network for ES Modules.
Go to Latest
type alias ImportMap
import { type ImportMap } from "https://deno.land/x/esm@v95/server/embed/deno_cli.ts";
definition: { readonly imports: Record<string, string>; readonly scopes: Record<string, Record<string, string>>; }