Skip to content

isEmptyString

isEmptyString(value) ⇒ Boolean

Check if the text is not empty

Kind: global function
Returns: Boolean - Boolean

ParamType
valueString

Example

console.log(isEmptyString("Something"));