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

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

      
    
Rootfs path

      
    
Size
552 (552 bytes)
MD5
a0fa2f1fa7bc995d36ee18de87676719
SHA1
17d2e75a62a380223a943a07c0726c2d101c59ff
SHA256
98e1c1fb5206aa2d25292d33f375b6ab7979e1bb0b9b65728e2c130db00702da
SHA512

      
    
SHA1_git
d23bc9b4752a8d24842ea4247d222f78e28a8276
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
_baseFunctions.js | 552 bytes |

var arrayFilter = require('./_arrayFilter'), isFunction = require('./isFunction'); /** * The base implementation of `_.functions` which creates an array of * `object` function property names filtered from `props`. * * @private * @param {Object} object The object to inspect. * @param {Array} props The property names to filter. * @returns {Array} Returns the function names. */ function baseFunctions(object, props) { return arrayFilter(props, function(key) { return isFunction(object[key]); }); } module.exports = baseFunctions;
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript