last.js 145 B

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