UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 175 B
import { Observable } from 'rxjs'; import { bufferTime } from '../../operator/bufferTime'; Observable.prototype.bufferTime = bufferTime; //# sourceMappingURL=bufferTime.js.map