startWith.js 182 B

1234
  1. import { Observable } from '../../Observable';
  2. import { startWith } from '../../operator/startWith';
  3. Observable.prototype.startWith = startWith;
  4. //# sourceMappingURL=startWith.js.map