UNPKG

@bitr/bitbankcc

Version:
8 lines (7 loc) 188 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _ = require("lodash"); function eRound(n) { return _.round(n, 10); } exports.eRound = eRound;