mirror of
https://github.com/actions/setup-node.git
synced 2025-12-20 15:27:07 +00:00
.
This commit is contained in:
parent
78d7c382fb
commit
e7ed525da5
7117 changed files with 1773720 additions and 211 deletions
3
node_modules/es-abstract/helpers/sign.js
generated
vendored
Normal file
3
node_modules/es-abstract/helpers/sign.js
generated
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = function sign(number) {
|
||||
return number >= 0 ? 1 : -1;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue