UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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