summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/internal/operators/isEmpty.d.ts
blob: e729778d72dbeef6cb5ef0bc0027815ace710b97 (plain)
1
2
import { OperatorFunction } from '../types';
export declare function isEmpty<T>(): OperatorFunction<T, boolean>;