Skip to main content
Module

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

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

add a module by given path and optional source code.

Parameters

specifier: string
sourceCode: string

Returns

Promise<Module>