%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/node_modules/tailwindcss/lib/util/ |
Current File : //var/www/cwg/wp-content/themes/cwg/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); }