Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/server/app.ts>Application#removePageModule

The Full-stack Framework in Deno.
Go to Latest
method Application.prototype.removePageModule
import { Application } from "https://deno.land/x/aleph@0.3.0-alpha.2/server/app.ts";

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

Parameters

pathname: string

Returns

Promise<void>