es-toolkit 1.47.0-dev.1830 → 1.47.0-dev.1832

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.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -5,7 +5,7 @@
5
5
  * This function changes `arr` in place.
6
6
  * If you want to remove values without modifying the original array, use `difference`.
7
7
  *
8
- * @template T, U
8
+ * @template T
9
9
  * @param {T[]} arr - The array to modify.
10
10
  * @param {unknown[]} valuesToRemove - The values to remove from the array.
11
11
  * @returns {T[]} The modified array with the specified values removed.
@@ -6,7 +6,7 @@ const require_pull = require("../../array/pull.js");
6
6
  * This function changes `arr` in place.
7
7
  * If you want to remove values without modifying the original array, use `difference`.
8
8
  *
9
- * @template T, U
9
+ * @template T
10
10
  * @param {T[]} arr - The array to modify.
11
11
  * @param {...unknown[]} valuesToRemove - The values to remove from the array.
12
12
  * @returns {T[]} The modified array with the specified values removed.
@@ -6,7 +6,7 @@ import { pull as pull$1 } from "../../array/pull.mjs";
6
6
  * This function changes `arr` in place.
7
7
  * If you want to remove values without modifying the original array, use `difference`.
8
8
  *
9
- * @template T, U
9
+ * @template T
10
10
  * @param {T[]} arr - The array to modify.
11
11
  * @param {...unknown[]} valuesToRemove - The values to remove from the array.
12
12
  * @returns {T[]} The modified array with the specified values removed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.47.0-dev.1830+09f41018",
3
+ "version": "1.47.0-dev.1832+224db746",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",