UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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