We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439217e commit bddf0f6Copy full SHA for bddf0f6
packages/core/src/utils-hoist/object.ts
@@ -1,7 +1,7 @@
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
import type { WrappedFunction } from '../types-hoist/wrappedfunction';
3
-import { htmlTreeAsString } from './browser';
4
import { DEBUG_BUILD } from './../debug-build';
+import { htmlTreeAsString } from './browser';
5
import { isElement, isError, isEvent, isInstanceOf, isPrimitive } from './is';
6
import { logger } from './logger';
7
import { truncate } from './string';
0 commit comments