Skip to content

Commit acbb75b

Browse files
feat: export Interceptable (#144)
1 parent 656650f commit acbb75b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import {
1313
BodyMixin,
1414
MockAgent,
1515
mockErrors,
16-
MockPool
16+
MockPool,
17+
Interceptable
1718
} from "undici";
1819

1920
export * from "./request";
@@ -23,7 +24,6 @@ export * as policies from "./policies";
2324
export { agents, computeURI, CustomHttpAgent } from "./agents";
2425
export { DEFAULT_HEADER } from "./utils";
2526

26-
2727
export {
2828
Agent,
2929
ProxyAgent,
@@ -38,5 +38,6 @@ export {
3838
BodyMixin,
3939
MockAgent,
4040
mockErrors,
41-
MockPool
41+
MockPool,
42+
Interceptable
4243
};

0 commit comments

Comments
 (0)