Skip to content

Commit

Permalink
chore(ts): expose MockInterceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jun 21, 2024
1 parent 254b32b commit ad057c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
Interceptable,
Client
} from "undici";
import { MockInterceptor } from "undici/types/mock-interceptor";

export * from "./request";
export * from "./stream";
Expand All @@ -42,6 +43,7 @@ export {
MockAgent,
mockErrors,
MockPool,
MockInterceptor,
Interceptable,
Client
};

0 comments on commit ad057c7

Please sign in to comment.