Skip to main content
Module

x/aleph_plugin_mdx/deps.ts>Plugin

The MDX 2 Plugin for Aleph.js
Go to Latest
type alias Plugin
import { type Plugin } from "https://deno.land/x/aleph_plugin_mdx@v1.0.0-beta.4/deps.ts";

The plugin to enhance Aleph server runtime.

definition: { name: string; setup(aleph: Aleph): Promise<void> | void; checksum?(): string; }