persona-community-5/.pnpm-store/v3/files/e9/4c8cb4fa36c153b582452866ce2aefd74a288da1f7079d668326343ac93287cb0d0a3a204300a258a9907a7ba06c28a035be69b81f4e18734c92b2b1491bb8
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

14 lines
289 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return bigSign;
}
});
function bigSign(bigIntValue) {
return (bigIntValue > 0n) - (bigIntValue < 0n);
}