%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/node_modules/es-abstract/helpers/
Upload File :
Create Path :
Current File : /var/www/html/node_modules/es-abstract/helpers/mod.js

'use strict';

var $floor = Math.floor;

module.exports = function mod(number, modulo) {
	var remain = number % modulo;
	return $floor(remain >= 0 ? remain : remain + modulo);
};

Zerion Mini Shell 1.0