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

RegistryCtor

import type { RegistryCtor } from "https://denopkg.com/hayd/deno-udd@0.8.2/registry.ts";
type RegistryCtor = new (url: string) => RegistryUrl;

§Type

§
new (url: string) => RegistryUrl
[src]