first.js 162 B

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