UNPKG

create-next-flask

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