Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Aleph.prototype.fetchModule
import { Aleph } from "https://deno.land/x/aleph_plugin_mdx@v1.3.0-beta.1/dev_deps.ts";

fetch module source by the specifier.

Parameters

specifier: string

Returns

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