es-toolkit 1.17.0-dev.569 → 1.17.0-dev.570
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* This function can also serve as a type predicate in TypeScript, narrowing the type of the argument to an object value.
|
|
9
9
|
*
|
|
10
10
|
* @param {unknown} value - The value to check if it is an object.
|
|
11
|
-
* @returns {value is object} `true` if the value is
|
|
11
|
+
* @returns {value is object} `true` if the value is an object, `false` otherwise.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* const value1 = {};
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* This function can also serve as a type predicate in TypeScript, narrowing the type of the argument to an object value.
|
|
9
9
|
*
|
|
10
10
|
* @param {unknown} value - The value to check if it is an object.
|
|
11
|
-
* @returns {value is object} `true` if the value is
|
|
11
|
+
* @returns {value is object} `true` if the value is an object, `false` otherwise.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* const value1 = {};
|
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.17.0-dev.
|
|
4
|
+
"version": "1.17.0-dev.570+cfdaf77c",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|