UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

11 lines (8 loc) 255 B
import { Observable } from 'rxjs'; import { timestamp } from '../../operator/timestamp'; (Observable as any).prototype.timestamp = timestamp; declare module 'rxjs/internal/Observable' { interface Observable<T> { timestamp: typeof timestamp; } }