Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RegistryUrl

import type { RegistryUrl } from "https://denopkg.com/hayd/deno-udd@0.8.2/registry.ts";
interface RegistryUrl {
all: () => Promise<string[]>;
regexp: RegExp;
url: string;
version: () => string;
at(version: string): RegistryUrl;
}

§Properties

§
all: () => Promise<string[]>
[src]
§
regexp: RegExp
[src]
§
url: string
[src]
§
version: () => string
[src]

§Methods

§
at(version: string): RegistryUrl
[src]