UNPKG

stream-chat

Version:

JS SDK for the Stream Chat API

6 lines (5 loc) 242 B
import type { DiffNode, MergeWithCustomizer } from './mergeWithCore'; export declare function mergeWithDiff<T extends object>(target: T, source: object | object[], customizer?: MergeWithCustomizer<T>): { result: T; diff: DiffNode; };