import { type ImportMap } from "https://deno.land/x/molt@0.17.2/lib/import_map.ts";
Methods
resolve(specifier: string, referrer: string | URL): ImportMapResolveResult | undefined
Resolve the given specifier using the import map.
resolveInner(specifier: string, referrer: string | URL): string
The original ImportMap.resolve
from the import_map
module.