* Checks if `value` is a string. * * @static * @memberOf _ * @category Objects * @param {Mixed} value The value to check. * @returns {Boolean} Returns `true` if the `value` is a string, else `false`. * @example * * _.isString('moe'); * // => true
(value)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected