| Current Path : /proc/thread-self/root/var/www/fidelitychain/www/node_modules/moment/src/lib/utils/ |
| Current File : //proc/thread-self/root/var/www/fidelitychain/www/node_modules/moment/src/lib/utils/mod.js |
export default function mod(n, x) {
return ((n % x) + x) % x;
}