{"library":"fetch-retry","install":[{"cmd":"npm install fetch-retry","imports":["import fetchRetry from 'fetch-retry';\nconst fetch = fetchRetry(global.fetch);","const fetchRetry = require('fetch-retry');\nconst fetch = fetchRetry(require('isomorphic-fetch'));","import fetchRetry from 'fetch-retry';\nconst fetch = fetchRetry(fetch as any); // or use a typed fetch implementation","import fetchRetry from 'fetch-retry';\nconst fetch = fetchRetry(globalThis.fetch);"]},{"cmd":"yarn add fetch-retry","imports":[]},{"cmd":"pnpm add fetch-retry","imports":[]}]}