Skip to content

Commit

Permalink
feat: export Interceptable (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Sep 14, 2023
1 parent 656650f commit acbb75b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
BodyMixin,
MockAgent,
mockErrors,
MockPool
MockPool,
Interceptable
} from "undici";

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


export {
Agent,
ProxyAgent,
Expand All @@ -38,5 +38,6 @@ export {
BodyMixin,
MockAgent,
mockErrors,
MockPool
MockPool,
Interceptable
};

0 comments on commit acbb75b

Please sign in to comment.