switch.js 155 B

12345
  1. import { switchAll as higherOrder } from 'rxjs/operators';
  2. export function _switch() {
  3. return higherOrder()(this);
  4. }
  5. //# sourceMappingURL=switch.js.map