We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364b0f0 commit d9075aaCopy full SHA for d9075aa
private/util-test/src/test-http-handler.ts
@@ -1,5 +1,5 @@
1
-import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
2
-import { Client, RequestHandler, RequestHandlerOutput } from "@smithy/types";
+import type { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
+import type { Client, RequestHandler, RequestHandlerOutput } from "@smithy/types";
3
import { expect } from "vitest";
4
5
/**
0 commit comments