+ <div class="tsd-signature tsd-kind-icon">fetch<span class="tsd-signature-symbol">:</span> <a href="clientconfig.html#fetchfunction" class="tsd-signature-type">FetchFunction</a><span class="tsd-signature-symbol"> = (() => {if (isNode) {// eslint-disable-next-line global-require, @typescript-eslint/no-unsafe-return, @typescript-eslint/no-var-requires, @typescript-eslint/no-unsafe-member-accessreturn require('node-fetch').default;}if (!hasFetchAvailable)throw new Error('Bad environment: it is not a node environment but fetch is not defined');return globalObject.fetch;})()</span></div>
0 commit comments