Returns true if the given argument is an string
isString(2); // false
isString("foo bar"); // true
Generated using TypeDoc
Returns true if the given argument is an string
Example
Example