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 925d04e commit 2fd53f6Copy full SHA for 2fd53f6
src/client.ts
@@ -1,7 +1,7 @@
1
import Config from "./config";
2
import HttpURLConnectionClient from "./httpClient/httpURLConnectionClient";
3
import { version } from "../package.json";
4
-import ClientInterface from "./httpClient/clientInterface";
+import ClientInterface from "./httpClient/clientInterface";//asdasdasd
5
6
type ClientParametersOverload =
7
| { config: Config }
0 commit comments