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

lookup

import { lookup } from "https://denopkg.com/hayd/deno-udd@0.8.2/registry.ts";
function lookup(url: string, registries: RegistryCtor[]): RegistryUrl | undefined;
§
lookup(url: string, registries: RegistryCtor[]): RegistryUrl | undefined
[src]

§Parameters

§
url: string
[src]
§
registries: RegistryCtor[]
[src]

§Return Type

§
RegistryUrl | undefined
[src]