astro-ghostcms/.pnpm-store/v3/files/e6/0035f3442955aeae08ded584e90...

4 lines
98 B
Plaintext

export default function bigSign(bigIntValue) {
return (bigIntValue > 0n) - (bigIntValue < 0n)
}