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

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

      
    
Rootfs path

      
    
Size
758 (758 bytes)
MD5
434bcad7f59f700121e113220c8e2acb
SHA1
e40207e049af5517cc5cfd59ffd23b1c3a1406dc
SHA256
c8301fc8781d06564c6b581257b1d37fef2ef72f5fde278ca7600812bdfc6c9d
SHA512

      
    
SHA1_git
a2efcb5e10fc085b5656b1e0409663d721c42f97
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
pull.js | 758 bytes |

var baseRest = require('./_baseRest'), pullAll = require('./pullAll'); /** * Removes all given values from `array` using * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) * for equality comparisons. * * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove` * to remove elements from an array by predicate. * * @static * @memberOf _ * @since 2.0.0 * @category Array * @param {Array} array The array to modify. * @param {...*} [values] The values to remove. * @returns {Array} Returns `array`. * @example * * var array = ['a', 'b', 'c', 'a', 'b', 'c']; * * _.pull(array, 'a', 'c'); * console.log(array); * // => ['b', 'b'] */ var pull = baseRest(pullAll); module.exports = pull;
URL Start line End line
http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero 6 6
Package URL License Primary language
pkg:npm/acme-demo-app@1.0.0 JavaScript
pkg:npm/lodash@4.17.20 mit JavaScript