Checks if the given value is a string.
isString('foo'); // true isString(''); // true isString({}); // false isString([]); // false
The value to check.
Whether the value is a string.
Generated using TypeDoc
Checks if the given value is a string.
isString('foo'); // true isString(''); // true isString({}); // false isString([]); // false