mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-24 08:35:19 -04:00
4 lines
217 B
TypeScript
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'
|