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

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

      
    
Rootfs path

      
    
Size
611 (611 bytes)
MD5
e22e3da1ea96f05e819e1305fd66ca52
SHA1
d1b595bd38e7764539f2cf99d2374f5c5aa72d70
SHA256
48b34858ac0dcc49bbf4e62a863a6bdd0dad39d238a50de389ac2cd938667e6e
SHA512

      
    
SHA1_git
c1e4d9df762b40b0c225fd6c837eb2e26b944a36
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_LodashWrapper.js | 611 bytes |

var baseCreate = require('./_baseCreate'), baseLodash = require('./_baseLodash'); /** * The base constructor for creating `lodash` wrapper objects. * * @private * @param {*} value The value to wrap. * @param {boolean} [chainAll] Enable explicit method chain sequences. */ function LodashWrapper(value, chainAll) { this.__wrapped__ = value; this.__actions__ = []; this.__chain__ = !!chainAll; this.__index__ = 0; this.__values__ = undefined; } LodashWrapper.prototype = baseCreate(baseLodash.prototype); LodashWrapper.prototype.constructor = LodashWrapper; module.exports = LodashWrapper;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript