Test whether the given string is either undefined, null or equal to an empty string.
undefined
null
Optional
The string to test.
true if the given string is blank, false otherwise.
true
false
Generated using TypeDoc
Test whether the given string is either
undefined,nullor equal to an empty string.