Skip to main content
Module

x/molt/mod.ts>ImportMap

Update dependencies the Deno way
Go to Latest
interface ImportMap
import { type ImportMap } from "https://deno.land/x/molt@0.11.3/mod.ts";

Properties

specifier: URI<"file">

Methods

resolve(specifier: string, referrer: string): Maybe<ImportMapResolveResult>
resolveInner(specifier: string, referrer: string): string
variable ImportMap
import { ImportMap } from "https://deno.land/x/molt@0.11.3/mod.ts";

type

{ readFromJson; }