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:
2
split.js
2
split.js
@@ -7,7 +7,7 @@ import stringToArray from './_stringToArray.js';
|
||||
import toString from './toString.js';
|
||||
|
||||
/** Used as references for the maximum length and index of an array. */
|
||||
var MAX_ARRAY_LENGTH = 4294967295;
|
||||
const MAX_ARRAY_LENGTH = 4294967295;
|
||||
|
||||
/**
|
||||
* Splits `string` by `separator`.
|
||||
|
||||
Reference in New Issue
Block a user