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 a1e1fcc commit d72787cCopy full SHA for d72787c
packages/core/src/scope.ts
@@ -1,5 +1,6 @@
1
/* eslint-disable max-lines */
2
-import { Attributes, attributeValueToTypedAttributeValue, AttributeValueType, TypedAttributeValue } from './attributes';
+import type { Attributes, AttributeValueType, TypedAttributeValue } from './attributes';
3
+import { attributeValueToTypedAttributeValue } from './attributes';
4
import type { Client } from './client';
5
import { DEBUG_BUILD } from './debug-build';
6
import { updateSession } from './session';
0 commit comments