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

x/aleph/server/aleph.ts>Aleph#findModule

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

get the first module in the modules map where predicate is true, and null otherwise.

Parameters

predicate: (module: Module) => boolean