Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/node_modules/tailwindcss/src/util/
Upload File :
Current File : /var/www/html/dynaweb-starter/node_modules/tailwindcss/src/util/bigSign.js

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