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

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

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

add a new page module by given path and source code.

Parameters

url: string
optional
options: { code?: string; } = [UNSUPPORTED]

Returns

Promise<Module>