MCPcopy Create free account
hub / github.com/clementmihailescu/Sorting-Visualizer / isString

Function isString

client/public/bundle.js:25827–25830  ·  view source on GitHub ↗

* Checks if `value` is classified as a `String` primitive or object. * * @static * @since 0.1.0 * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is a string, else `false`. * @example * * _.isString('abc'); * //

(value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

includesFunction · 0.85

Calls 2

isObjectLikeFunction · 0.85
baseGetTagFunction · 0.85

Tested by

no test coverage detected