Your IP : 216.73.217.13


Current Path : /var/www/fidelitychain/www/node_modules/moment/src/lib/utils/
Upload File :
Current File : /var/www/fidelitychain/www/node_modules/moment/src/lib/utils/mod.js

export default function mod(n, x) {
    return ((n % x) + x) % x;
}