blob: d8cf6f91036ad280f9f88e96714684a0e13b20fc [file] [log] [blame]
import { Observable } from '../../Observable';
import { first } from '../../operator/first';
Observable.prototype.first = first;
//# sourceMappingURL=first.js.map