MCPcopy
hub / github.com/vercel/hyper / objectToString

Function objectToString

bin/yarn-standalone.js:14275–14277  ·  view source on GitHub ↗

* Converts `value` to a string using `Object.prototype.toString`. * * @private * @param {*} value The value to convert. * @returns {string} Returns the converted string.

(value)

Source from the content-addressed store, hash-verified

14273 * @returns {string} Returns the converted string.
14274 */
14275 function objectToString(value) {
14276 return nativeObjectToString.call(value);
14277 }
14278
14279 /**
14280 * A specialized version of `baseRest` which transforms the rest array.

Callers 5

baseGetTagFunction · 0.85
isArrayFunction · 0.85
isRegExpFunction · 0.85
isDateFunction · 0.85
isErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected