UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 173 B
import { race as higherOrder } from 'rxjs/operators'; export function race(...observables) { return higherOrder(...observables)(this); } //# sourceMappingURL=race.js.map