We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656650f commit acbb75bCopy full SHA for acbb75b
src/index.ts
@@ -13,7 +13,8 @@ import {
13
BodyMixin,
14
MockAgent,
15
mockErrors,
16
- MockPool
+ MockPool,
17
+ Interceptable
18
} from "undici";
19
20
export * from "./request";
@@ -23,7 +24,6 @@ export * as policies from "./policies";
23
24
export { agents, computeURI, CustomHttpAgent } from "./agents";
25
export { DEFAULT_HEADER } from "./utils";
26
-
27
export {
28
Agent,
29
ProxyAgent,
@@ -38,5 +38,6 @@ export {
38
39
40
41
42
43
};
0 commit comments