expand.js 167 B

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