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

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

      
    
Rootfs path

      
    
Size
381 (381 bytes)
MD5
1ad56c0576f89c5f73f81cf5ad2c7263
SHA1
bd68451baaba662307893e3216b99ed20cf8a0d2
SHA256
fc2e58d8c2a95553ea21d9248668b9161d76306dfe56d0c4be6a6176c0d2d3d0
SHA512

      
    
SHA1_git
c0a374d7dc178a5b0c988b14ccfd6dff9c5d8b04
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
isNull.js | 381 bytes |

/** * Checks if `value` is `null`. * * @static * @memberOf _ * @since 0.1.0 * @category Lang * @param {*} value The value to check. * @returns {boolean} Returns `true` if `value` is `null`, else `false`. * @example * * _.isNull(null); * // => true * * _.isNull(void 0); * // => false */ function isNull(value) { return value === null; } module.exports = isNull;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript