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

NamespaceMap

Interface for maps of namespace prefixes to corresponding fully qualified namespace strings

interface NamespaceMap {
[prefix: string]: string;
}

§Index Signatures

§
[prefix: string]: string