Skip to content

Commit

Permalink
feat: export client class from index (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafyh authored Feb 1, 2024
1 parent 62f4cd0 commit c4d8e35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import {
MockAgent,
mockErrors,
MockPool,
Interceptable
Interceptable,
Client
} from "undici";

export * from "./request";
Expand All @@ -39,5 +40,6 @@ export {
MockAgent,
mockErrors,
MockPool,
Interceptable
Interceptable,
Client
};

0 comments on commit c4d8e35

Please sign in to comment.