sonata 0.1.7

The static site generator.
Documentation
1
2
3
export default function bigSign(bigIntValue) {
  return (bigIntValue > 0n) - (bigIntValue < 0n)
}