Skip to main content
Module

x/alephjs/server/types.ts>ImportMap

The Full-stack Framework in Deno.
Go to Latest
type alias ImportMap
import { type ImportMap } from "https://deno.land/x/alephjs@1.0.0-alpha.68.6/server/types.ts";
definition: { readonly __filename: string; readonly imports: Record<string, string>; readonly scopes: Record<string, Record<string, string>>; }