es-toolkit 1.21.0-dev.660 → 1.21.0-dev.663
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.
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Converts `value` to an integer.
|
|
3
3
|
*
|
|
4
|
+
* This function first converts `value` to a finite number. If the result has any decimal places,
|
|
5
|
+
* they are removed by rounding down to the nearest whole number.
|
|
6
|
+
*
|
|
4
7
|
* @param {unknown} value - The value to convert.
|
|
5
8
|
* @returns {number} Returns the number.
|
|
6
9
|
*
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Converts `value` to an integer.
|
|
3
3
|
*
|
|
4
|
+
* This function first converts `value` to a finite number. If the result has any decimal places,
|
|
5
|
+
* they are removed by rounding down to the nearest whole number.
|
|
6
|
+
*
|
|
4
7
|
* @param {unknown} value - The value to convert.
|
|
5
8
|
* @returns {number} Returns the number.
|
|
6
9
|
*
|
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.21.0-dev.
|
|
4
|
+
"version": "1.21.0-dev.663+f7853a80",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|