Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export * from './middleware.js';
export * from './patch.js';
export { type ConfigOptions, type User, type Cluster, type Context } from './config_types.js';

// Export FetchError so that instanceof checks in user code will definitely use the same instance
export { FetchError } from 'node-fetch';
// Export AbortError and FetchError so that instanceof checks in user code will definitely use the same instances
export { AbortError, FetchError } from 'node-fetch';