method Application.prototype.fetchModuleimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; fetchModule(url: string): Promise<{ content: Uint8Array; contentType: string | null; }>fetch module content Parametersurl: stringReturnsPromise<{ content: Uint8Array; contentType: string | null; }>