UNPKG

@js-smart/react-kit

Version:
8 lines (7 loc) 224 B
/** * Returns `true` if the provided string is `undefined`, `null` or empty '' string otherwise returns false * * @author Pavan Kumar Jadda * @since 0.1.0 */ export declare function isBlankOrEmpty(value: any): boolean;