@serenity-is/corelib / isEmptyOrNull
Function: isEmptyOrNull()
isEmptyOrNull(
s):boolean
Checks if the string is empty or null. Prefer (!s) instead.
Parameters
s
string
String to check.
Returns
boolean
True if the string is empty or null.
@serenity-is/corelib / isEmptyOrNull
isEmptyOrNull(
s):boolean
Checks if the string is empty or null. Prefer (!s) instead.
string
String to check.
boolean
True if the string is empty or null.