mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 00:16:35 +08:00
.
This commit is contained in:
4
node_modules/es-abstract/helpers/mod.js
generated
vendored
4
node_modules/es-abstract/helpers/mod.js
generated
vendored
@@ -1,4 +0,0 @@
|
||||
module.exports = function mod(number, modulo) {
|
||||
var remain = number % modulo;
|
||||
return Math.floor(remain >= 0 ? remain : remain + modulo);
|
||||
};
|
||||
Reference in New Issue
Block a user