Module: webgis4u/util/string/hasValue

Methods

(static) hasValue(s)

Check if a param is a string with a value
Parameters:
Name Type Description
s * A value to check
Source:
Returns:
`true` if `s` is a string and has a value. Otherwise `false`.