persona-community-5/.pnpm-store/v3/files/fd/a31d8795eef162d7a8b0131983f52d3daa48b0cd9b4d6bab2598079b135cc23558c288104f31270945cc62b799191e8dc7b554ec29f9464036161d1d82f957
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

11 lines
207 B
Plaintext

"use strict";
exports.__esModule = true;
exports["default"] = sortAscending;
function sortAscending(list) {
return list.sort(function (a, b) {
return a - b;
});
}
;
module.exports = exports.default;