PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@near-js/accounts/node_modules/@near-js/utils/lib/commonjs
Просмотр файла: utils.cjs
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sortBigIntAsc = void 0;
function sortBigIntAsc(a, b) {
return (a < b ? -1 : a > b ? 1 : 0);
}
exports.sortBigIntAsc = sortBigIntAsc;
Выполнить команду
Для локальной разработки. Не используйте в интернете!