PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/underscore/amd

Просмотр файла: reject.js

define(['./_cb', './filter', './negate'], function (_cb, filter, negate) {

  // Return all the elements for which a truth test fails.
  function reject(obj, predicate, context) {
    return filter(obj, negate(_cb(predicate)), context);
  }

  return reject;

});

Выполнить команду


Для локальной разработки. Не используйте в интернете!