timing-provider
Version:
An implementation of the timing provider specification.
4 lines • 296 B
TypeScript
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