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.DenoLandUrl

🦕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.DenoLandUrl
import { ModuleAddress } from "https://deno.land/x/denoify@v1.2.3/src/lib/types/ModuleAddress.ts";
const { DenoLandUrl } = ModuleAddress;
type alias ModuleAddress.DenoLandUrl
import { type ModuleAddress } from "https://deno.land/x/denoify@v1.2.3/src/lib/types/ModuleAddress.ts";
const { DenoLandUrl } = ModuleAddress;
definition: { type: "DENO.LAND URL"; isStd: boolean; baseUrlWithoutBranch: string; pathToIndex: string; branch?: string; }