UNPKG

is_string

Version:
4 lines (3 loc) 91 B
module.exports = function isString(obj) { return typeof(obj) === "string" || false; };