namespace ModuleAddress.GitHubRawUrlimport { ModuleAddress } from "https://dotland.deno.dev/x/denoify@v1.5.8/src/lib/types/ModuleAddress.ts"; const { GitHubRawUrl } = ModuleAddress; FunctionsfModuleAddress.GitHubRawUrl.matchfModuleAddress.GitHubRawUrl.parsetype alias ModuleAddress.GitHubRawUrlimport { type ModuleAddress } from "https://dotland.deno.dev/x/denoify@v1.5.8/src/lib/types/ModuleAddress.ts"; const { GitHubRawUrl } = ModuleAddress; https://raw.githubusercontent.com/user/repo/branch/path/to/file.ts definition: { type: "GITHUB-RAW URL"; baseUrlWithoutBranch: string; pathToIndex: string; branch: string; }