Skip to main content
Go to Latest
method Aleph.prototype.fetchModule
import { Aleph } from "https://deno.land/x/aleph_plugin_mdx@v1.0.0-beta.1/dev_deps.ts";

fetch module source by the specifier.

Parameters

specifier: string

Returns

Promise<{ content: Uint8Array; contentType: string | null; }>