Skip to main content
Module

x/aleph/types.ts

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

Interfaces

An interface extends the ServerRequest for API requests.

An interface that aligns to the parts of the aleph server's Application.

An interface that aligns to the parts of std http srever's ServerRequest.

An interface is compatible with std http srever's request.respond().

Type Aliases

A handler to handle api requests.

The config for the aleph server application.

The options are passed on to postcss-modules.

The config for CSS resolve.

A loader plugin to load source media.

The result of loader transform.

The router url object of the routing, you can access it with useRouter() hook.

A server plugin to enhance the aleph server application.

The options for SSR.