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

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

      
    
Rootfs path

      
    
Size
455 (455 bytes)
MD5
e2d9d92c0a8066a96af545ad4354d227
SHA1
dcf31c73fbacb8ab409179125d9ffe51e1ec8696
SHA256
d29bc014314edc459fef32c467fa48951ee5e80adda0485142195b22834b761a
SHA512

      
    
SHA1_git
f56c2dadedbf291ac18b3a663c1067cfe9a15cf0
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
wrapperValue.js | 455 bytes |

var baseWrapperValue = require('./_baseWrapperValue'); /** * Executes the chain sequence to resolve the unwrapped value. * * @name value * @memberOf _ * @since 0.1.0 * @alias toJSON, valueOf * @category Seq * @returns {*} Returns the resolved unwrapped value. * @example * * _([1, 2, 3]).value(); * // => [1, 2, 3] */ function wrapperValue() { return baseWrapperValue(this.__wrapped__, this.__actions__); } module.exports = wrapperValue;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript