isEmpty.d.ts 118 Bytes
Newer Older
1 2
import { OperatorFunction } from '../interfaces';
export declare function isEmpty<T>(): OperatorFunction<T, boolean>;