From 0da9349016fde5af0a96f6f1136b46edbda6b50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustaf=20R=C3=A4ntil=C3=A4?= Date: Sat, 15 May 2021 14:24:44 +0200 Subject: [PATCH] fix(types): export HttpVersion --- index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.ts b/index.ts index 9560d4c..12b9bd9 100644 --- a/index.ts +++ b/index.ts @@ -12,6 +12,7 @@ import { Method, OnTrailers, TimeoutError, + HttpVersion, } from "./lib/core"; import { Headers } from "./lib/headers"; import { Request } from "./lib/request"; @@ -69,6 +70,7 @@ export { Response, AbortError, TimeoutError, + HttpVersion, OnTrailers, ContextOptions, DecodeFunction,