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