Skip to main content
Module

x/enzastdlib/vendor/@deno-emit.ts>ImportMap

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface ImportMap
import { type ImportMap } from "https://deno.land/x/enzastdlib@v0.0.4/vendor/@deno-emit.ts";

Properties

optional
baseUrl: URL | string

Base URL to resolve import map specifiers. It Is always treated as a directory. Defaults to the file URL of Deno.cwd().

optional
imports: Record<string, string>

Specifiers of the import map.

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

Overrides of the specifiers for the provided scopes.