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

DenoLand

import { DenoLand } from "https://denopkg.com/hayd/deno-udd@0.8.2/registry.ts";
class DenoLand implements RegistryUrl {
constructor(url: string);
regexp: RegExp;
url: string;
 
async all(): Promise<string[]>;
at(version: string): RegistryUrl;
name(): string;
version(): string;
}

§Implements

§Constructors

§
new DenoLand(url: string)
[src]

§Properties

§
regexp: RegExp
[src]
§
url: string
[src]

§Methods

§
all(): Promise<string[]>
[src]
§
at(version: string): RegistryUrl
[src]
§
name(): string
[src]
§
version(): string
[src]