@zelgadis87/utils-core 4.13.2 → 4.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esbuild/index.mjs
CHANGED
|
@@ -2599,7 +2599,7 @@ var defaultTimeInstantComparisonOptions = { ...defaultCompareFunctionOptions };
|
|
|
2599
2599
|
var defaultTimeDurationComparisonOptions = { ...defaultCompareFunctionOptions };
|
|
2600
2600
|
var defaultBooleanComparisonOptions = { ...defaultCompareValuesOptions };
|
|
2601
2601
|
var Sorter = {
|
|
2602
|
-
createFor: () => doCreateEmpty(),
|
|
2602
|
+
createFor: (_template) => doCreateEmpty(),
|
|
2603
2603
|
sort: (arr, builder) => builder(doCreateEmpty()).sort(arr),
|
|
2604
2604
|
top: (arr, n, builder) => builder(doCreateEmpty()).top(arr, n),
|
|
2605
2605
|
bottom: (arr, n, builder) => builder(doCreateEmpty()).bottom(arr, n),
|