Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_ai
/
node_modules
/
es5-ext
/
array
/
#
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_ai/node_modules/es5-ext/array/#/diff.js
"use strict"; var value = require("../../object/valid-value") , contains = require("./contains") , filter = Array.prototype.filter; module.exports = function (other) { value(this); value(other); return filter.call(this, function (item) { return !contains.call(other, item); }); };