From c7eabd3c01373e317ce41f15057ba22e187116e6 Mon Sep 17 00:00:00 2001 From: haoziqaq <357229046@qq.com> Date: Fri, 1 Nov 2024 03:05:50 +0800 Subject: [PATCH] fix: fix imported --- src/collection.ts | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/collection.ts b/src/collection.ts index e7431d3..c6bd155 100644 --- a/src/collection.ts +++ b/src/collection.ts @@ -1,5 +1,19 @@ -import { isArrayBuffer, isDataView, isRegExp, isTypedArray, isWeakMap } from 'util/types' -import { hasOwn, isArray, isDate, isMap, isObject, isPlainObject, isSet, isWeakSet, toRawType } from './general' +import { + hasOwn, + isArray, + isDate, + isMap, + isObject, + isPlainObject, + isSet, + isWeakSet, + toRawType, + isArrayBuffer, + isDataView, + isRegExp, + isTypedArray, + isWeakMap, +} from './general' export function mergeWith, TSource extends Record>( object: TObject,