1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function helperNumberOffsetPoint (str, offsetIndex) {
|
||||
return str.substring(0, offsetIndex) + '.' + str.substring(offsetIndex, str.length)
|
||||
}
|
||||
|
||||
module.exports = helperNumberOffsetPoint
|
||||
Reference in New Issue
Block a user