UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

3 lines 223 B
import type { AnyRecord } from '../../types.js'; export declare const getTopLevelDiff: <S extends AnyRecord>(object: S, base: S, compare?: <T>(left: T, right: T) => boolean) => Partial<S>; //# sourceMappingURL=diff.d.ts.map