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 a9eb938 commit 640294dCopy full SHA for 640294d
library/agent/hooks/wrapExport.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable max-lines-per-function */
2
-import { Agent } from "../Agent";
+import type { Agent } from "../Agent";
3
import { getInstance } from "../AgentSingleton";
4
import { bindContext, getContext } from "../Context";
5
import type { InterceptorResult } from "./InterceptorResult";
0 commit comments