Skip to main content
Module

x/aleph/server/types.ts>Plugin

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface Plugin
import { type Plugin } from "https://deno.land/x/aleph@1.0.0-beta.43/server/types.ts";

Properties

optional
name: string

Methods

setup(config: AlephConfig, env: PluginENV): void | Promise<void>