es-toolkit 1.50.0-dev.2045 → 1.50.0-dev.2046

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.
@@ -3,7 +3,7 @@
3
3
  * Converts `value` to a string key if it's not a string or symbol.
4
4
  *
5
5
  * @private
6
- * @param {*} value The value to inspect.
6
+ * @param {unknown} value The value to inspect.
7
7
  * @returns {string|symbol} Returns the key.
8
8
  */
9
9
  function toKey(value) {
@@ -3,7 +3,7 @@
3
3
  * Converts `value` to a string key if it's not a string or symbol.
4
4
  *
5
5
  * @private
6
- * @param {*} value The value to inspect.
6
+ * @param {unknown} value The value to inspect.
7
7
  * @returns {string|symbol} Returns the key.
8
8
  */
9
9
  function toKey(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.50.0-dev.2045+1f0a9e0e",
3
+ "version": "1.50.0-dev.2046+d8608c8d",
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",