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

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

      
    
Rootfs path

      
    
Size
657 (657 bytes)
MD5
398f76c56fe101b547f4fd6bf8fb8927
SHA1
528f2c4e0ddaadd246d07757608fafc02842508b
SHA256
a7c29e1b48490be0e4114ec696cfb9078efb2c84b515b2fb22d090de4adeac40
SHA512

      
    
SHA1_git
d8a51f870322e999c8b8b993187d5b1a098a2bde
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_lazyClone.js | 657 bytes |

var LazyWrapper = require('./_LazyWrapper'), copyArray = require('./_copyArray'); /** * Creates a clone of the lazy wrapper object. * * @private * @name clone * @memberOf LazyWrapper * @returns {Object} Returns the cloned `LazyWrapper` object. */ function lazyClone() { var result = new LazyWrapper(this.__wrapped__); result.__actions__ = copyArray(this.__actions__); result.__dir__ = this.__dir__; result.__filtered__ = this.__filtered__; result.__iteratees__ = copyArray(this.__iteratees__); result.__takeCount__ = this.__takeCount__; result.__views__ = copyArray(this.__views__); return result; } module.exports = lazyClone;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript