?
Current File : /home/sanghavirealty/www/node_modulesazwer/tailwindcss/src/util/bigSign.js
export default function bigSign(bigIntValue) {
  return (bigIntValue > 0n) - (bigIntValue < 0n)
}