UNPKG

189 BJavaScriptView Raw
1"use strict";
2function sortStr(str) {
3 return str.split('').sort(function (a, b) { return a.localeCompare(b); }).join('');
4}
5module.exports = sortStr;
6//# sourceMappingURL=sortStr.js.map
\No newline at end of file