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

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

      
    
Rootfs path

      
    
Size
657 (657 bytes)
MD5
22601a0e191041a435319724e5518078
SHA1
5e125cf746680131339a8ab7f41d917bdccdf356
SHA256
b3d25cc61f10d0d9d27f26312d6d4cbd21f16e2446a5cdddcc4374a3313c8fbc
SHA512

      
    
SHA1_git
4795dc42460855877f3fa6cd0ed92a3655e50f67
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
convert.js | 657 bytes |

var baseConvert = require('./_baseConvert'), util = require('./_util'); /** * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last * version with conversion `options` applied. If `name` is an object its methods * will be converted. * * @param {string} name The name of the function to wrap. * @param {Function} [func] The function to wrap. * @param {Object} [options] The options object. See `baseConvert` for more details. * @returns {Function|Object} Returns the converted function or object. */ function convert(name, func, options) { return baseConvert(util, name, func, options); } module.exports = convert;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript