Your IP : 216.73.217.95


Current Path : /proc/thread-self/root/var/www/recommendations/www/node_modules/moment/src/lib/utils/
Upload File :
Current File : //proc/thread-self/root/var/www/recommendations/www/node_modules/moment/src/lib/utils/mod.js

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