UNPKG

@aller/blink

Version:

A library for tracking user behaviour.

8 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function round(value, decimals) { if (decimals === void 0) { decimals = 0; } return Number(Math.round(Number(value + "e" + decimals)) + "e-" + decimals); } exports.round = round; //# sourceMappingURL=round.js.map