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
ab9eb70d33
astro-ghostcms
/
.pnpm-store
/
v3
/
files
/
b1
/
9cbf784539c8597493dc40d4f07...
6 lines
89 B
Plaintext
Raw
Blame
History
'use strict';
module.exports = function sign(number) {
return number >= 0 ? 1 : -1;
};
View Git Blame
Copy Permalink