Home > @asl-19/js-utils > isNullOrWhitespace
Returns true if string is null, an empty string, or a string of whitespace characters.
Signature:
isNullOrWhitespace: (input: string) => boolean|
Parameter |
Type |
Description |
|---|---|---|
|
input |
string |
Returns:
boolean