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.3.0-alpha.2/types.ts";

Interfaces

An interface extends the ServerRequest for API requests.

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 dependency descriptor.

The form data body.

The form file.

The ES Import maps.

A loader plugin to load source media.

A module includes compilation details.

A plugin for the aleph server application.

The render result of SSR.

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.

The transform result of compiler.