method Application.prototype.findModuleByNameimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; findModuleByName(name: string): Module | nullfind the module by given name. Parametersname: stringReturnsModule | null