import {Observable} from '../../Observable'; import {first} from '../../operator/first'; Observable.prototype.first = first;