UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines 155 B
import { switchAll as higherOrder } from 'rxjs/operators'; export function _switch() { return higherOrder()(this); } //# sourceMappingURL=switch.js.map