Skip to content

Commit 76f0f7f

Browse files
committed
remove unused import
1 parent 85b0fb3 commit 76f0f7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/utils/object.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type { WrappedFunction } from '../types-hoist/wrappedfunction';
44
import { htmlTreeAsString } from './browser';
55
import { debug } from './debug-logger';
66
import { isElement, isError, isEvent, isInstanceOf, isPrimitive } from './is';
7-
import { truncate } from './string';
87

98
/**
109
* Replace a method in an object with a wrapped version of itself.

0 commit comments

Comments
 (0)