Skip to main content
Module

x/import_map/mod.ts>ImportMapJson

An implementation of WICG Import Maps specification
Latest
interface ImportMapJson
import { type ImportMapJson } from "https://deno.land/x/import_map@v0.19.1/mod.ts";

Properties

imports: Record<string, string>
optional
scopes: Record<string, Record<string, string>>