es-toolkit 1.37.2-dev.1250 → 1.37.2-dev.1252

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.
@@ -6,7 +6,7 @@
6
6
  * @template T
7
7
  * @param {readonly T[]} arr - The array to retrieve elements from.
8
8
  * @param {number[]} indices - An array of indices specifying the positions of elements to retrieve.
9
- * @returns {Array<T | undefined>} A new array containing the elements at the specified indices.
9
+ * @returns {T[]} A new array containing the elements at the specified indices.
10
10
  *
11
11
  * @example
12
12
  * const numbers = [10, 20, 30, 40, 50];
@@ -6,7 +6,7 @@
6
6
  * @template T
7
7
  * @param {readonly T[]} arr - The array to retrieve elements from.
8
8
  * @param {number[]} indices - An array of indices specifying the positions of elements to retrieve.
9
- * @returns {Array<T | undefined>} A new array containing the elements at the specified indices.
9
+ * @returns {T[]} A new array containing the elements at the specified indices.
10
10
  *
11
11
  * @example
12
12
  * const numbers = [10, 20, 30, 40, 50];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
3
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
4
- "version": "1.37.2-dev.1250+d5fa79e4",
4
+ "version": "1.37.2-dev.1252+1db34ec4",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {