UNPKG

@js-smart/react-kit

Version:
8 lines (7 loc) 254 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 parseBoolean(value: boolean | string | null | undefined): boolean;