UNPKG

pure-conditions

Version:
5 lines (4 loc) 125 B
function isString (value) { return Object.prototype.toString.call(value) === '[object String]' } module.exports = isString