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
7f96748b39
astro-ghostcms
/
.pnpm-store
/
v3
/
files
/
63
/
c0629e1cf01e74c3b85233ef701...
6 lines
101 B
Plaintext
Raw
Blame
History
'use strict';
module.exports = function isNegativeZero(x) {
return x === 0 && 1 / x === 1 / -0;
};
View Git Blame
Copy Permalink