UNPKG

@amxdev/is-empty

Version:

Utility to check if a value is empty (null, undefined, string, array, or object)

2 lines (1 loc) 54 B
export declare function isEmpty(value: any): boolean;