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