zalopay-formatters
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -46,2 +46,6 @@ const numberFromString = function(value) { | ||
const formatCurrencySign = function (num) { | ||
return decimalString(num) + ' đ'; | ||
} | ||
export default { | ||
@@ -52,3 +56,4 @@ decimalString, | ||
formatCurrency, | ||
formatCurrencyWithK | ||
formatCurrencyWithK, | ||
formatCurrencySign | ||
}; |
{ | ||
"name": "zalopay-formatters", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ZaloPay formatters", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3069
84