Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/app.ts>ALEPH

The Full-stack Framework in Deno.
Go to Latest
function ALEPH
import { ALEPH } from "https://deno.land/x/aleph@v0.1.5/app.ts";

Parameters

unnamed 0: { initial: { manifest: AppManifest; pageModules: Record<string, { moduleId: string; hash: string; }>; url: RouterURL; data: Record<string, any>; components: Record<string, ComponentType<any>>; }; }