Skip to content

Commit

Permalink
Improve TypeScript 4.9 compatibility (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanCavanaugh committed Oct 12, 2022
1 parent 623229f commit 39f83b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/timed-out.ts
Expand Up @@ -188,6 +188,6 @@ export default function timedOut(request: ClientRequest, delays: Delays, options
declare module 'http' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- This has to be an `interface` to be able to be merged.
interface ClientRequest {
[reentry]: boolean;
[reentry]?: boolean;
}
}

0 comments on commit 39f83b6

Please sign in to comment.