demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_objectToString.js

Path
demo___customer_pitch-c4152739-a50b-4b5b-9d4d-0561461666d9.zip-extract/_dependencies/npm/lodash-4.17.20/_objectToString.js
Status
scanned
Type
file
Name
_objectToString.js
Extension
.js
Programming language
JavaScript
Mime type
text/plain
File type
ASCII text
Tag

      
    
Rootfs path

      
    
Size
565 (565 bytes)
MD5
be82b44dc8ef7278c5cb2a4a3daf243a
SHA1
c489ccc8b47254177546b747476ca6b4a339437c
SHA256
81c0b42d3076882d603659f81f75883fb5ccda995f323e2423ecff8648d6e231
SHA512

      
    
SHA1_git
c614ec09b381fa2bd028f8a3693e77f08232d9a2
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_objectToString.js | 565 bytes |

/** Used for built-in method references. */ var objectProto = Object.prototype; /** * Used to resolve the * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) * of values. */ var nativeObjectToString = objectProto.toString; /** * Converts `value` to a string using `Object.prototype.toString`. * * @private * @param {*} value The value to convert. * @returns {string} Returns the converted string. */ function objectToString(value) { return nativeObjectToString.call(value); } module.exports = objectToString;
URL Start line End line
http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring 6 6
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript