File Manager
Path:
/
home
/
heznutpr
/
log.heznutprivate.com
/
dashboard
/
bower_components
/
moment
/
src
/
lib
/
utils
/
Viewing File: mod.js
export default function mod(n, x) { return ((n % x) + x) % x; }