bufferTime.js 187 B

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