Skip to main content
Module

x/aleph/types.ts>ServerPlugin

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ServerPlugin
import { type ServerPlugin } from "https://deno.land/x/aleph@v0.3.0-alpha.18/types.ts";

A server plugin to enhance the aleph server application.

definition: { name: string; type: "server"; onInit(app: ServerApplication): Promise<void> | void; }