takeLast.js 165 B

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