es-toolkit 1.16.0-dev.482 → 1.16.0-dev.484

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.
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * @example
8
8
  * const convertedStr1 = lowerCase('fred') // returns 'fred'
9
- * const convertedStr2 = lowerCase('Fred') // returns 'Fred'
10
- * const convertedStr3 = lowerCase('FRED') // returns 'FRED'
9
+ * const convertedStr2 = lowerCase('Fred') // returns 'fred'
10
+ * const convertedStr3 = lowerCase('FRED') // returns 'fRED'
11
11
  */
12
12
  declare const lowerFirst: (str: string) => string;
13
13
 
@@ -6,8 +6,8 @@
6
6
  *
7
7
  * @example
8
8
  * const convertedStr1 = lowerCase('fred') // returns 'fred'
9
- * const convertedStr2 = lowerCase('Fred') // returns 'Fred'
10
- * const convertedStr3 = lowerCase('FRED') // returns 'FRED'
9
+ * const convertedStr2 = lowerCase('Fred') // returns 'fred'
10
+ * const convertedStr3 = lowerCase('FRED') // returns 'fRED'
11
11
  */
12
12
  declare const lowerFirst: (str: string) => string;
13
13
 
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.16.0-dev.482+d47603f4",
4
+ "version": "1.16.0-dev.484+b762d549",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {