2 lines
118 B

import { OperatorFunction } from '../interfaces';
export declare function isEmpty<T>(): OperatorFunction<T, boolean>;