Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aleph/server/mod.ts>Aleph#initModule

The Full-stack Framework in Deno.
Go to Latest
method Aleph.prototype.initModule
Re-export
import { Aleph } from "https://deno.land/x/aleph@v0.3.0-beta.3/server/mod.ts";

init the module by given specifier, don't transpile the code when the returned source is equal to null

Parameters

specifier: string
optional
unnamed 1: CompileOptions = [UNSUPPORTED]

Returns

Promise<[Module, ModuleSource | null]>