Skip to content

Commit 5c19579

Browse files
authored
Fix import of ProxyAgent (#1194)
1 parent 2dd3437 commit 5c19579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import MockClient = require('./types/mock-client')
1010
import MockPool = require('./types/mock-pool')
1111
import MockAgent = require('./types/mock-agent')
1212
import mockErrors = require('./types/mock-errors')
13-
import ProxyAgent from './types/proxy-agent'
13+
import ProxyAgent = require('./types/proxy-agent')
1414
import { request, pipeline, stream, connect, upgrade } from './types/api'
1515

1616
export * from './types/fetch'

0 commit comments

Comments
 (0)