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

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

      
    
Rootfs path

      
    
Size
475 (475 bytes)
MD5
7015c84165016d13bcc10e8c594fecb7
SHA1
2bf571311b6785fd53ae57ec710ed05ebad80ab7
SHA256
c3635eb6c74a9b523cebd93c46f3e8c816ffafb613aa9774cce2714b60aca630
SHA512

      
    
SHA1_git
968db2ef3e3c87425d3dd7d2e118f8727c97409d
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_customOmitClone.js | 475 bytes |

var isPlainObject = require('./isPlainObject'); /** * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain * objects. * * @private * @param {*} value The value to inspect. * @param {string} key The key of the property to inspect. * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. */ function customOmitClone(value) { return isPlainObject(value) ? undefined : value; } module.exports = customOmitClone;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript