Checks if the given value is a single char.
isChar('a'); // true isChar('foo'); // false isChar(1); // false isChar(null); // false
The value to check.
Whether the value is a single char.
Generated using TypeDoc
Checks if the given value is a single char.
isChar('a'); // true isChar('foo'); // false isChar(1); // false isChar(null); // false