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

getENS

const getENS: (opts?: Partial<{
provider: BaseProvider;
contractAddress: string;
endpointUrl: string;
}
>
) => (_domain: string, fetchOptions?: RequestInit) => Promise<ResolvedENS>
;