UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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