PHP WebShell

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

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

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

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

  return reject;

});

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


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