UNPKG

@code-art/rx-helpers

Version:

A library with Rxjs operators that can be used in your Angular 8 projects.

3 lines (2 loc) 160 B
import { Observable, MonoTypeOperatorFunction } from 'rxjs'; export declare function cacheUntil<T>(observable: Observable<any>): MonoTypeOperatorFunction<T>;