Skip to main content
Module

x/aleph_plugin_mdx/deps.ts>ResolveResult

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

The result from the onResolve hook.

definition: { specifier?: string; asPage?: { path: string; isIndex?: boolean; }; acceptHMR?: boolean; external?: boolean; data?: any; }