UNPKG

@sebgroup/frontend-tools

Version:
7 lines (6 loc) 186 B
/** * Check if a string is empty * @param {any} value String variable to be checked * @returns {boolean} True if empty */ export declare function isEmpty(value: any): boolean;