Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deco/engine/importmap/builder.ts>ImportMapResolver

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface ImportMapResolver
import { type ImportMapResolver } from "https://deno.land/x/deco@1.107.0/engine/importmap/builder.ts";

Methods

resolve(specifier: string, context: string): Promise<string | null> | string | null