@yuenu/utils-collection
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@yuenu/utils-collection", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "utils collection", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,2 @@ | ||
export { default as getMoneyNumbersFromString } from "./getMoneyNumbersFromString"; | ||
export { default as sum } from "./sum"; | ||
export { default as getMoneyNumbersFromString } from "./getMoneyNumbersFromString.js"; | ||
export { default as sum } from "./sum.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
2278