const _checkStrValue = (value) => { return value !== undefined && value !== null ? value.toString() : ""; } export { _checkStrValue }