isEmpty.js 154 B

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