1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function helperNumberDecimal (numStr) {
|
||||
return (numStr.split('.')[1] || '').length
|
||||
}
|
||||
|
||||
module.exports = helperNumberDecimal
|
||||
Reference in New Issue
Block a user