( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
export default function bigSign(bigIntValue) { return (bigIntValue > 0n) - (bigIntValue < 0n) }