es-toolkit 1.32.0-dev.1016 → 1.32.0-dev.1017

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
  *
9
9
  * @example
10
10
  * const reversedStr1 = reverseString('hello') // returns 'olleh'
11
- * const reversedStr2 = reverseString('PascalCase') // returns 'esaClaP'
11
+ * const reversedStr2 = reverseString('PascalCase') // returns 'esaClacsaP'
12
12
  * const reversedStr3 = reverseString('foo 😄 bar') // returns 'rab 😄 oof'
13
13
  */
14
14
  declare function reverseString(value: string): string;
@@ -8,7 +8,7 @@
8
8
  *
9
9
  * @example
10
10
  * const reversedStr1 = reverseString('hello') // returns 'olleh'
11
- * const reversedStr2 = reverseString('PascalCase') // returns 'esaClaP'
11
+ * const reversedStr2 = reverseString('PascalCase') // returns 'esaClacsaP'
12
12
  * const reversedStr3 = reverseString('foo 😄 bar') // returns 'rab 😄 oof'
13
13
  */
14
14
  declare function reverseString(value: string): string;
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.32.0-dev.1016+100fe97d",
4
+ "version": "1.32.0-dev.1017+fd25e345",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {