UNPKG

wonder.js

Version:
10 lines (6 loc) 172 B
'use strict'; function truncateFloatValue(value, digit) { return Number(value.toFixed(digit)); } exports.truncateFloatValue = truncateFloatValue; /* No side effect */