mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -9,6 +9,6 @@ import shortOut from './_shortOut.js';
|
||||
* @param {Function} string The `toString` result.
|
||||
* @returns {Function} Returns `func`.
|
||||
*/
|
||||
var setToString = shortOut(baseSetToString);
|
||||
const setToString = shortOut(baseSetToString);
|
||||
|
||||
export default setToString;
|
||||
|
||||
Reference in New Issue
Block a user