Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/server/types.ts>ImportMap

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