mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -17,6 +17,6 @@ import createCaseFirst from './_createCaseFirst.js';
|
||||
* _.lowerFirst('FRED');
|
||||
* // => 'fRED'
|
||||
*/
|
||||
var lowerFirst = createCaseFirst('toLowerCase');
|
||||
const lowerFirst = createCaseFirst('toLowerCase');
|
||||
|
||||
export default lowerFirst;
|
||||
|
||||
Reference in New Issue
Block a user