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

x/aleph/app.ts>ALEPH

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function ALEPH
import { ALEPH } from "https://deno.land/x/aleph@v0.1.6/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>>; }; }