UNPKG

159 BJavaScriptView Raw
1"use strict";
2exports.__esModule = true;
3var mod = function (n, m) {
4 return ((n % m) + m) % m;
5};
6exports["default"] = mod;
7//# sourceMappingURL=mod.js.map
\No newline at end of file