UNPKG

@nathanfaucett/is_string

Version:
7 lines (4 loc) 106 B
module.exports = isString; function isString(value) { return typeof(value) === "string" || false; }