SYMBOL INDEX (19 symbols across 4 files) FILE: packages/fetch-cached-dns/index.js function setup (line 10) | function setup(fetch) { FILE: packages/fetch-retry/index.js constant MIN_TIMEOUT (line 5) | const MIN_TIMEOUT = 10; constant MAX_RETRIES (line 6) | const MAX_RETRIES = 5; constant MAX_RETRY_AFTER (line 7) | const MAX_RETRY_AFTER = 20; constant FACTOR (line 8) | const FACTOR = 6; function isClientError (line 12) | function isClientError(err) { function setup (line 20) | function setup(fetch) { class ResponseError (line 101) | class ResponseError extends Error { method constructor (line 102) | constructor(res) { FILE: packages/fetch/index.d.ts type RetryOptions (line 6) | interface RetryOptions extends BaseRetryOptions { type FetchOptions (line 10) | type FetchOptions = RequestInit & { type Fetch (line 15) | type Fetch = ( type FetchModule (line 20) | type FetchModule = { FILE: packages/fetch/index.js constant AGENT_OPTIONS (line 7) | const AGENT_OPTIONS = { function getDefaultHttpGlobalAgent (line 18) | function getDefaultHttpGlobalAgent(agentOpts) { function getDefaultHttpsGlobalAgent (line 24) | function getDefaultHttpsGlobalAgent(agentOpts) { function getAgent (line 30) | function getAgent(url, agentOpts) { function setupVercelFetch (line 36) | function setupVercelFetch(fetch, agentOpts = {}) { function setup (line 76) | function setup(fetch, options) {