method Application.prototype.findModuleByNameimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/mod.ts"; findModuleByName(name: string): Module | nullParametersname: stringReturnsModule | null