es-toolkit 1.20.0-dev.633 → 1.20.0-dev.634

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.
@@ -2,7 +2,7 @@
2
2
  * Removes leading whitespace or specified characters from a string.
3
3
  *
4
4
  * @param {string} str - The string from which leading characters will be trimmed.
5
- * @param {string | string[]} chars - The character(s) to remove from the end of the string.
5
+ * @param {string | string[]} chars - The character(s) to remove from the start of the string.
6
6
  * @returns {string} - The resulting string after the specified leading character has been removed.
7
7
  *
8
8
  * @example
@@ -2,7 +2,7 @@
2
2
  * Removes leading whitespace or specified characters from a string.
3
3
  *
4
4
  * @param {string} str - The string from which leading characters will be trimmed.
5
- * @param {string | string[]} chars - The character(s) to remove from the end of the string.
5
+ * @param {string | string[]} chars - The character(s) to remove from the start of the string.
6
6
  * @returns {string} - The resulting string after the specified leading character has been removed.
7
7
  *
8
8
  * @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.20.0-dev.633+db235b97",
4
+ "version": "1.20.0-dev.634+d2af34e0",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {