Skip to main content
Module

x/aleph/compiler/mod.ts>ImportMap

The Full-stack Framework in Deno.
Go to Latest
type alias ImportMap
import { type ImportMap } from "https://deno.land/x/aleph@v0.3.0-alpha.15/compiler/mod.ts";
definition: { imports: Record<string, string>; scopes: Record<string, Record<string, string>>; }