es-toolkit 1.37.2-dev.1277 → 1.37.2-dev.1278
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.
|
@@ -17,7 +17,7 @@ declare function findKey<T extends Record<any, any>>(obj: T | null | undefined,
|
|
|
17
17
|
*
|
|
18
18
|
* @template T - The type of the object.
|
|
19
19
|
* @param {T | null | undefined} obj - The object to inspect.
|
|
20
|
-
* @param {
|
|
20
|
+
* @param {Partial<T[keyof T]>} objectToFind - The object to match.
|
|
21
21
|
* @returns {keyof T | undefined} Returns the key of the matched element, else `undefined`.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
@@ -17,7 +17,7 @@ declare function findKey<T extends Record<any, any>>(obj: T | null | undefined,
|
|
|
17
17
|
*
|
|
18
18
|
* @template T - The type of the object.
|
|
19
19
|
* @param {T | null | undefined} obj - The object to inspect.
|
|
20
|
-
* @param {
|
|
20
|
+
* @param {Partial<T[keyof T]>} objectToFind - The object to match.
|
|
21
21
|
* @returns {keyof T | undefined} Returns the key of the matched element, else `undefined`.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
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.
|
|
4
|
+
"version": "1.37.2-dev.1278+b97684bf",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|