UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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