Skip to main content
Module

x/aleph/types.d.ts>__aleph

The Full-stack Framework in Deno.
Very Popular
Go to Latest
variable __aleph
import { __aleph } from "https://deno.land/x/aleph@1.0.0-beta.38/types.d.ts";

type

{ importRouteModule(url: string): Promise<Record<string, unknown>>; getRouteModule(url: string): Record<string, unknown>; }