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

XPathNSResolver

type XPathNSResolver = ((prefix: string | null) => string | null) | {
lookupNamespaceURI(prefix: string | null): string | null;
}
;

§Type

§
((prefix: string | null) => string | null) | {
lookupNamespaceURI(prefix: string | null): string | null;
}
[src]