Skip to content

Commit

Permalink
types: remove unused Client and Pool types (nodejs#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored and crysmags committed Feb 27, 2024
1 parent 81bbfed commit 0c343a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/proxy-agent.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import Agent from './agent'
import buildConnector from './connector';
import Client from './client'
import Dispatcher from './dispatcher'
import { IncomingHttpHeaders } from './header'
import Pool from './pool'

export default ProxyAgent

Expand Down

0 comments on commit 0c343a2

Please sign in to comment.