UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

11 lines (8 loc) 292 B
import {Observable} from '../../Observable'; import {timeInterval, TimeIntervalSignature} from '../../operator/timeInterval'; Observable.prototype.timeInterval = timeInterval; declare module '../../Observable' { interface Observable<T> { timeInterval: TimeIntervalSignature<T>; } }