Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method default.getThirdPartyRepoURL
import { default } from "https://deno.land/x/dmm@v2.1.2/src/services/nest_service.ts";

Fetches the owner and repository name, for the given module

await getThirdPartyRepoAndOwner("drash"); // "drashland/nest-drash"

Parameters

importedModuleName: string
  • The imported module in which we want to get the repository for on github

Returns

Promise<string>

The owner and repo name, eg "/"