Skip to content

Commit

Permalink
feat: add httpie type for Error and Respond
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreMalaj committed Sep 10, 2024
1 parent 820f704 commit 0346735
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export * from "./retry";
export * as policies from "./policies";
export { agents, computeURI, CustomHttpAgent } from "./agents";
export { DEFAULT_HEADER, isHTTPError, isHttpieError } from "./utils";

export { HttpieOnHttpError } from "./class/HttpieOnHttpError";
export * from "./class/undiciResponseHandler";

export {
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ export function getCurrentEnv() {

return "dev";
}

0 comments on commit 0346735

Please sign in to comment.