| DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/ |
| Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/reject.js |
'use strict';
module.exports = function reject(fn) {
return new this.constructor(this.items).filter(function (item) {
return !fn(item);
});
}; |