timing-provider
Version:
An implementation of the timing provider specification.
3 lines • 312 B
TypeScript
import { GroupedObservable } from 'rxjs';
export type TGroupedObservable<Value, Property extends keyof Value, PropertyValue = Value[Property]> = PropertyValue extends any ? GroupedObservable<PropertyValue, Extract<Value, Record<Property, PropertyValue>>> : never;
//# sourceMappingURL=grouped-observable.d.ts.map