📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:09:29
📂
/ (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