TenantAtlas/apps/platform/.pnpm-store/v10/files/6e/488fa5f7ac685ece3ab632c5cbc78f6f95e16070c07c954e6bfc9c8297f6625decec6380d1c634a3270c7421680fec656c83d772c431dc72d2a71f31085c0a
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

4 lines
393 B
Plaintext

import { MonoTypeOperatorFunction } from '../types';
export declare function distinctUntilChanged<T>(comparator?: (previous: T, current: T) => boolean): MonoTypeOperatorFunction<T>;
export declare function distinctUntilChanged<T, K>(comparator: (previous: K, current: K) => boolean, keySelector: (value: T) => K): MonoTypeOperatorFunction<T>;
//# sourceMappingURL=distinctUntilChanged.d.ts.map