Skip to content

Commit

Permalink
fix(types): export HttpVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed May 15, 2021
1 parent d0c863c commit 0da9349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
Method,
OnTrailers,
TimeoutError,
HttpVersion,
} from "./lib/core";
import { Headers } from "./lib/headers";
import { Request } from "./lib/request";
Expand Down Expand Up @@ -69,6 +70,7 @@ export {
Response,
AbortError,
TimeoutError,
HttpVersion,
OnTrailers,
ContextOptions,
DecodeFunction,
Expand Down

0 comments on commit 0da9349

Please sign in to comment.