TenantAtlas/apps/platform/.pnpm-store/v10/files/8e/b6994ce096dc36ed9a2119901df5cc32b9cb699d0b7c0f170a71bd488dc932e92130c3163f7b5793ee5dc2003b52bf42341f62011702cf53dc38a8158b373d
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

6 lines
538 B
Plaintext

import { ObservableInputTuple, OperatorFunction } from '../types';
/** @deprecated Replaced with {@link raceWith}. Will be removed in v8. */
export declare function race<T, A extends readonly unknown[]>(otherSources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
/** @deprecated Replaced with {@link raceWith}. Will be removed in v8. */
export declare function race<T, A extends readonly unknown[]>(...otherSources: [...ObservableInputTuple<A>]): OperatorFunction<T, T | A[number]>;
//# sourceMappingURL=race.d.ts.map