X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/sorted-object/lib
lib
/
node_modules
/
npm
/
node_modules
/
sorted-object
/
lib
/
ðŸ“
..
📄
sorted-object.js
(193 B)
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; };
Upload File
Create Folder