Skip to main content
Module

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

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

Methods

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