sample.js 167 B

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