Submit
Path:
~
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
sorted-object
/
lib
/
File Content:
sorted-object.js
"use strict"; module.exports = function (input) { var output = {}; Object.keys(input).sort().forEach(function (key) { output[key] = input[key]; }); return output; };
Submit
FILE
FOLDER
Name
Size
Permission
Action
sorted-object.js
193 bytes
0644
N4ST4R_ID | Naxtarrr