last.js 157 B

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