es-toolkit 1.49.0-dev.1932 → 1.49.0-dev.1933
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.
|
@@ -9,11 +9,9 @@ const require_isIterateeCall = require("../_internal/isIterateeCall.js");
|
|
|
9
9
|
* Checks if every item in an object has a specific property, where the property name is provided as a PropertyKey.
|
|
10
10
|
*
|
|
11
11
|
* @template T
|
|
12
|
-
* @param object - The object to check through.
|
|
13
12
|
* @param source - The source array or object to check through.
|
|
14
|
-
* @param doesMatch - The criteria to match. It can be a function, a partial object, a key-value pair, or a property name.
|
|
15
|
-
* @param
|
|
16
|
-
* @param guard - Enables use as an iteratee for methods like `_.map`.
|
|
13
|
+
* @param [doesMatch] - The criteria to match. It can be a function, a partial object, a key-value pair, or a property name.
|
|
14
|
+
* @param [guard] - Enables use as an iteratee for methods like `_.map`.
|
|
17
15
|
* @returns `true` if every property value has the specified property, or `false` if at least one does not match.
|
|
18
16
|
*
|
|
19
17
|
* @example
|
|
@@ -9,11 +9,9 @@ import { isIterateeCall } from "../_internal/isIterateeCall.mjs";
|
|
|
9
9
|
* Checks if every item in an object has a specific property, where the property name is provided as a PropertyKey.
|
|
10
10
|
*
|
|
11
11
|
* @template T
|
|
12
|
-
* @param object - The object to check through.
|
|
13
12
|
* @param source - The source array or object to check through.
|
|
14
|
-
* @param doesMatch - The criteria to match. It can be a function, a partial object, a key-value pair, or a property name.
|
|
15
|
-
* @param
|
|
16
|
-
* @param guard - Enables use as an iteratee for methods like `_.map`.
|
|
13
|
+
* @param [doesMatch] - The criteria to match. It can be a function, a partial object, a key-value pair, or a property name.
|
|
14
|
+
* @param [guard] - Enables use as an iteratee for methods like `_.map`.
|
|
17
15
|
* @returns `true` if every property value has the specified property, or `false` if at least one does not match.
|
|
18
16
|
*
|
|
19
17
|
* @example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
|
-
"version": "1.49.0-dev.
|
|
3
|
+
"version": "1.49.0-dev.1933+5aea8158",
|
|
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",
|