es-toolkit 1.47.0-dev.1830 → 1.47.0-dev.1831
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/dist/array/pull.d.mts
CHANGED
|
@@ -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
|
|
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.
|
package/dist/array/pull.d.ts
CHANGED
|
@@ -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
|
|
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.
|
package/dist/array/pull.js
CHANGED
|
@@ -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
|
|
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.
|
package/dist/array/pull.mjs
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "1.47.0-dev.1831+94e60c19",
|
|
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",
|