UNPKG

trello-for-wolves

Version:
6 lines (5 loc) 179 B
/** * Returns true if the specified value is null, undefined, an empty object or * an empty array. */ export declare function isEmpty<T>(value: T | null | undefined): boolean;