namespace ModuleAddress.DenoLandUrlimport { ModuleAddress } from "https://dotland.deno.dev/x/denoify@v1.5.8/src/lib/types/ModuleAddress.ts"; const { DenoLandUrl } = ModuleAddress; FunctionsfModuleAddress.DenoLandUrl.matchfModuleAddress.DenoLandUrl.parsetype alias ModuleAddress.DenoLandUrlimport { type ModuleAddress } from "https://dotland.deno.dev/x/denoify@v1.5.8/src/lib/types/ModuleAddress.ts"; const { DenoLandUrl } = ModuleAddress; e.g: https://deno.land/x/foo@1.2.3/mod.js definition: { type: "DENO.LAND URL"; isStd: boolean; baseUrlWithoutBranch: string; pathToIndex: string; branch?: string; }