UNPKG

@tailwindcss/postcss7-compat

Version:

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

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