Files
pnpm/network/fetch/src/index.ts
2023-03-18 14:57:29 +02:00

4 lines
217 B
TypeScript

export type { FetchFromRegistry } from '@pnpm/fetching-types'
export { fetch, type RetryTimeoutOptions } from './fetch'
export { createFetchFromRegistry, fetchWithAgent, type AgentOptions } from './fetchFromRegistry'