UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

9 lines (8 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = bigSign; function bigSign(bigIntValue) { return (bigIntValue > 0n) - (bigIntValue < 0n); }