Directory : /proc/thread-self/root/proc/thread-self/cwd/admin/bower_components/moment/src/lib/utils/ |
Current File : //proc/thread-self/root/proc/thread-self/cwd/admin/bower_components/moment/src/lib/utils/mod.js |
export default function mod(n, x) { return ((n % x) + x) % x; }