UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

8 lines 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mod = void 0; function mod(n, m) { return ((n % m) + m) % m; } exports.mod = mod; //# sourceMappingURL=mod.js.map