📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-26 12:14:34
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
sorted-object
/
lib
📍 /lib/node_modules/npm/node_modules/sorted-object/lib
🔄 Refresh
✏️
Editing: sorted-object.js
Read Only
"use strict"; module.exports = function (input) { var output = {}; Object.keys(input).sort().forEach(function (key) { output[key] = input[key]; }); return output; };
💾 Save Changes
❌ Cancel