Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denoify/src/lib/types/ModuleAddress.ts>ModuleAddress.GitHubRawUrl

🦕For NPM module authors that would like to support Deno but do not want to write and maintain a port.
Go to Latest
namespace ModuleAddress.GitHubRawUrl
import { ModuleAddress } from "https://deno.land/x/denoify@v1.5.6/src/lib/types/ModuleAddress.ts";
const { GitHubRawUrl } = ModuleAddress;
type alias ModuleAddress.GitHubRawUrl
import { type ModuleAddress } from "https://deno.land/x/denoify@v1.5.6/src/lib/types/ModuleAddress.ts";
const { GitHubRawUrl } = ModuleAddress;
definition: { type: "GITHUB-RAW URL"; baseUrlWithoutBranch: string; pathToIndex: string; branch: string; }