publishReplay.js 202 B

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