mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Apply let/const transform.
This commit is contained in:
@@ -9,6 +9,6 @@ import baseRest from './_baseRest.js';
|
||||
* @param {Function} func The function to apply a rest parameter to.
|
||||
* @returns {Function} Returns the new function.
|
||||
*/
|
||||
var castRest = baseRest;
|
||||
const castRest = baseRest;
|
||||
|
||||
export default castRest;
|
||||
|
||||
Reference in New Issue
Block a user