UNPKG

@socialgorithm/uabc

Version:

Ultimate Algorithm Battle Client

6 lines 152 B
"use strict"; exports.__esModule = true; exports.round = function (time) { return Math.round(time * 100) / 100; }; //# sourceMappingURL=funcs.js.map