Sindbad~EG File Manager

Current Path : /proc/thread-self/root/lib/nodejs/sorted-object/lib/
Upload File :
Current File : //proc/thread-self/root/lib/nodejs/sorted-object/lib/sorted-object.js

"use strict";

module.exports = function (input) {
    var output = {};

    Object.keys(input).sort().forEach(function (key) {
        output[key] = input[key];
    });

    return output;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists