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 85b0fb3 commit 76f0f7fCopy full SHA for 76f0f7f
packages/core/src/utils/object.ts
@@ -4,7 +4,6 @@ import type { WrappedFunction } from '../types-hoist/wrappedfunction';
4
import { htmlTreeAsString } from './browser';
5
import { debug } from './debug-logger';
6
import { isElement, isError, isEvent, isInstanceOf, isPrimitive } from './is';
7
-import { truncate } from './string';
8
9
/**
10
* Replace a method in an object with a wrapped version of itself.
0 commit comments