mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -21,6 +21,6 @@ import createFlow from './_createFlow.js';
|
||||
* addSquare(1, 2);
|
||||
* // => 9
|
||||
*/
|
||||
var flowRight = createFlow(true);
|
||||
const flowRight = createFlow(true);
|
||||
|
||||
export default flowRight;
|
||||
|
||||
Reference in New Issue
Block a user