
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/collect.js/src/methods/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/collect.js/src/methods/sortKeysDesc.js |
'use strict';
module.exports = function sortKeysDesc() {
const ordered = {};
Object.keys(this.items).sort().reverse().forEach((key) => {
ordered[key] = this.items[key];
});
return new this.constructor(ordered);
};

