es-toolkit 1.49.0-dev.1908 → 1.49.0-dev.1909

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.
@@ -7,7 +7,6 @@ import { ListIterateeCustom } from "../_internal/ListIterateeCustom.mjs";
7
7
  * @template T
8
8
  * @param arr - The array to search through.
9
9
  * @param doesMatch - The criteria to match against the items in the array. This can be a function, a partial object, a key-value pair, or a property name.
10
- * @param propertyToCheck - The property name to check for in the items of the array.
11
10
  * @param [fromIndex=0] - The index to start the search from, defaults to 0.
12
11
  * @returns The index of the first item that has the specified property, or `-1` if no match is found.
13
12
  *
@@ -7,7 +7,6 @@ import { ListIterateeCustom } from "../_internal/ListIterateeCustom.js";
7
7
  * @template T
8
8
  * @param arr - The array to search through.
9
9
  * @param doesMatch - The criteria to match against the items in the array. This can be a function, a partial object, a key-value pair, or a property name.
10
- * @param propertyToCheck - The property name to check for in the items of the array.
11
10
  * @param [fromIndex=0] - The index to start the search from, defaults to 0.
12
11
  * @returns The index of the first item that has the specified property, or `-1` if no match is found.
13
12
  *
@@ -9,7 +9,6 @@ const require_identity = require("../function/identity.js");
9
9
  * @template T
10
10
  * @param arr - The array to search through.
11
11
  * @param doesMatch - The criteria to match against the items in the array. This can be a function, a partial object, a key-value pair, or a property name.
12
- * @param propertyToCheck - The property name to check for in the items of the array.
13
12
  * @param [fromIndex=0] - The index to start the search from, defaults to 0.
14
13
  * @returns The index of the first item that has the specified property, or `-1` if no match is found.
15
14
  *
@@ -9,7 +9,6 @@ import { identity } from "../function/identity.mjs";
9
9
  * @template T
10
10
  * @param arr - The array to search through.
11
11
  * @param doesMatch - The criteria to match against the items in the array. This can be a function, a partial object, a key-value pair, or a property name.
12
- * @param propertyToCheck - The property name to check for in the items of the array.
13
12
  * @param [fromIndex=0] - The index to start the search from, defaults to 0.
14
13
  * @returns The index of the first item that has the specified property, or `-1` if no match is found.
15
14
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.49.0-dev.1908+d9c64cd6",
3
+ "version": "1.49.0-dev.1909+44bc2422",
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",