Updated node_mobules from what huskey wants to do
This commit is contained in:
6
node_modules/es-abstract/helpers/mod.js
generated
vendored
6
node_modules/es-abstract/helpers/mod.js
generated
vendored
@@ -1,6 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
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