/
dany
/
ReshenijaBotInformationSite
Обзор
Документация
Войти
/
dany
/
ReshenijaBotInformationSite
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
node_modules/underscore/amd/reject.js
10 строк
264 B
Daniil
Initial commit
31 окт 2023, 01:10
31 окт 2023, 01:10
a171ae1
Код
Авторство
О чём код?
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; });