repeat.js 155 B

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