import { default } from "https://deno.land/x/dmm@v2.1.2/src/services/nest_service.ts";
Static Methods
getLatestModuleRelease(name: string): Promise<string>
Fetches the latest release of a module using nest.land cdn. Includes std as well.
getThirdPartyRepoURL(importedModuleName: string): Promise<string>
Fetches the owner and repository name, for the given module
await getThirdPartyRepoAndOwner("drash"); // "drashland/nest-drash"