Function: isBlank()
isBlank(
str):boolean
Defined in: string/validators/index.ts:40
Checks if a string is blank (empty or whitespace-only).
Alias for isEmpty.
Parameters
str
string
The string to check
Returns
boolean
True if the string is blank
See
isEmpty - the base function