sample.js 155 B

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