UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 292 B
import { MonoTypeOperatorFunction } from 'rxjs'; export declare const enforceOrder: <FirstValue, SubsequentValue>(isFirstValue: (value: FirstValue | SubsequentValue) => value is FirstValue) => MonoTypeOperatorFunction<FirstValue | SubsequentValue>; //# sourceMappingURL=enforce-order.d.ts.map