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

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

      
    
Rootfs path

      
    
Size
414 (414 bytes)
MD5
2f18102118f44f42675fba0666cc96ef
SHA1
1db231f38b860e0a94e052c232829f8e8d31eb74
SHA256
adb0b07c7c84a54ae3e19f7c92aa915a0ae8e0a26ff3c3fa8aacb4d63b8dfbe4
SHA512

      
    
SHA1_git
b59f40b8574a9c4a6b2c8169877b417c3295529e
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_isStrictComparable.js | 414 bytes |

var isObject = require('./isObject'); /** * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. * * @private * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` if suitable for strict * equality comparisons, else `false`. */ function isStrictComparable(value) { return value === value && !isObject(value); } module.exports = isStrictComparable;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript