UNPKG

util-helpers

Version:

一个基于业务场景的工具方法库

9 lines (6 loc) 180 B
import { round } from 'ut2'; function _round(num, precision) { if (precision === void 0) { precision = 0; } return round(num, precision); } export { _round as default };