File manager - Edit - /usr/local/lib/node_modules/ghost-cli/node_modules/sort-keys-length/index.js
Back
'use strict'; var sortKeys = require('sort-keys'); /** * Sort object keys by length * * @param obj * @api public */ module.exports.desc = function (obj) { return sortKeys(obj, function (a, b) { return b.length - a.length; }); } module.exports.asc = function (obj) { return sortKeys(obj, function (a, b) { return a.length - b.length; }); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings