Skip to main content
Module

x/aleph/types.ts

The Full-stack Framework in Deno.
Go to Latest
import * as aleph from "https://deno.land/x/aleph@v0.2.13/types.ts";

Interfaces

The ENV of Aleph.js runtime, you can access it with window.ALEPH.ENV[key].

A handler to handle api requests.

The request object from api requests.

Config for Aleph.js application.

A plugin for Aleph.js application.

The Router object of the application routing, you can access it with useRouter().

The options for SSR.