Skip to content

Commit

Permalink
fix: fix imported
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 31, 2024
1 parent e9fe52c commit c7eabd3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/collection.ts
Original file line number Diff line number Diff line change
@@ -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<TObject extends Record<string, any>, TSource extends Record<string, any>>(
object: TObject,
Expand Down

0 comments on commit c7eabd3

Please sign in to comment.