method Application.prototype.parseModuleExportNamesimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; parseModuleExportNames(url: string): Promise<string[]>parse the export names of the module. Parametersurl: stringReturnsPromise<string[]>