This website requires JavaScript.
Explore
Help
Register
Sign In
MatthiesenXYZ
/
astro-ghostcms
Watch
1
Star
0
Fork
You've already forked astro-ghostcms
0
Code
Issues
Pull Requests
Projects
Releases
125
Activity
28afb883bd
astro-ghostcms
/
.pnpm-store
/
v3
/
files
/
e6
/
0035f3442955aeae08ded584e90...
4 lines
98 B
Plaintext
Raw
Blame
History
export default function bigSign(bigIntValue) {
return (bigIntValue > 0n) - (bigIntValue < 0n)
}
View Git Blame
Copy Permalink