📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 07:25:43
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sorted-object
/
lib
✏️
Editing: sorted-object.js
"use strict"; module.exports = function (input) { var output = {}; Object.keys(input).sort().forEach(function (key) { output[key] = input[key]; }); return output; };
💾 Save Changes
❌ Cancel