@bemoje/array
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "@bemoje/array", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "array related tools/util.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -8,2 +8,3 @@ export * from './lib/arrAverage'; | ||
export * from './lib/arrFlatten'; | ||
export * from './lib/arrHasDuplicates'; | ||
export * from './lib/arrIndicesOf'; | ||
@@ -10,0 +11,0 @@ export * from './lib/arrLast'; |
@@ -11,2 +11,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./lib/arrFlatten"), exports); | ||
tslib_1.__exportStar(require("./lib/arrHasDuplicates"), exports); | ||
tslib_1.__exportStar(require("./lib/arrIndicesOf"), exports); | ||
@@ -13,0 +14,0 @@ tslib_1.__exportStar(require("./lib/arrLast"), exports); |
Sorry, the diff of this file is not supported yet
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
63403
98
1139