UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

10 lines (8 loc) 279 B
import {Observable} from '../../Observable'; import {timestamp, TimestampSignature} from '../../operator/timestamp'; Observable.prototype.timestamp = timestamp; declare module '../../Observable' { interface Observable<T> { timestamp: TimestampSignature<T>; } }