| Current File : /var/www/hrms.uiet.co.in/node_modules/tailwindcss/lib/util/bigSign.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = bigSign;
function bigSign(bigIntValue) {
return (bigIntValue > 0n) - (bigIntValue < 0n);
}