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