UNPKG

@wmfs/tymly-rankings-plugin

Version:

Plugin which handles ranking of data for Tymly framework

6 lines (4 loc) 101 B
function toTwoDp (num) { return Math.round(num * 100) / 100 } // toTwoDp module.exports = toTwoDp