mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -20,6 +20,6 @@ import findLastIndex from './findLastIndex.js';
|
||||
* });
|
||||
* // => 3
|
||||
*/
|
||||
var findLast = createFind(findLastIndex);
|
||||
const findLast = createFind(findLastIndex);
|
||||
|
||||
export default findLast;
|
||||
|
||||
Reference in New Issue
Block a user