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 946a216 commit 0f95c47Copy full SHA for 0f95c47
src/index.ts
@@ -1,4 +1,4 @@
1
-import { StartOptions, Virtual } from "./Virtual";
+import { type StartOptions, Virtual } from "./Virtual";
2
3
/**
4
* [API Reference](https://www.guidepup.dev/docs/api/class-virtual)
@@ -72,4 +72,4 @@ import { StartOptions, Virtual } from "./Virtual";
72
*/
73
export const virtual = new Virtual();
74
75
-export type { StartOptions, Virtual };
+export { type StartOptions, Virtual };
0 commit comments