UNPKG

tailwindcss

Version:

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

4 lines (3 loc) 98 B
export default function bigSign(bigIntValue) { return (bigIntValue > 0n) - (bigIntValue < 0n) }