Module

x/aleph/compiler/mod.ts>ImportMap

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