UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 275 B
import { OperatorFunction } from 'rxjs'; export declare const combineAsTuple: <FirstElement, SecondElement>() => OperatorFunction<readonly [0, FirstElement] | readonly [1, SecondElement], readonly [FirstElement, SecondElement]>; //# sourceMappingURL=combine-as-tuple.d.ts.map