UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

4 lines 296 B
import { OperatorFunction } from 'rxjs'; import { TGroupedObservable } from '../types'; export declare const groupByProperty: <Value, Property extends keyof Value>(property: Property) => OperatorFunction<Value, TGroupedObservable<Value, Property>>; //# sourceMappingURL=group-by-property.d.ts.map