fjs.isString
fjs.isString returns true if the argument is a string, otherwise false.
Usage
fjs.isString(arg);Example
fjs.isString("hello"); // => truefjs.isString({ "a": "b" }); // => falsefjs.isString returns true if the argument is a string, otherwise false.
fjs.isString(arg);fjs.isString("hello"); // => truefjs.isString({ "a": "b" }); // => false