UNPKG

189 BJavaScriptView Raw
1function helperNumberOffsetPoint (str, offsetIndex) {
2 return str.substring(0, offsetIndex) + '.' + str.substring(offsetIndex, str.length)
3}
4
5module.exports = helperNumberOffsetPoint