| 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/reverse.js |
'use strict';
module.exports = function reverse() {
var collection = [].concat(this.items).reverse();
return new this.constructor(collection);
}; |