UNPKG

349 BTypeScriptView Raw
1import { MonoTypeOperatorFunction } from '../types';
2export declare function distinctUntilKeyChanged<T>(key: keyof T): MonoTypeOperatorFunction<T>;
3export declare function distinctUntilKeyChanged<T, K extends keyof T>(key: K, compare: (x: T[K], y: T[K]) => boolean): MonoTypeOperatorFunction<T>;
4//# sourceMappingURL=distinctUntilKeyChanged.d.ts.map
\No newline at end of file