mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -3,7 +3,7 @@ import isArguments from './isArguments.js';
|
||||
import isArray from './isArray.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
var spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;
|
||||
const spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined;
|
||||
|
||||
/**
|
||||
* Checks if `value` is a flattenable `arguments` object or array.
|
||||
|
||||
Reference in New Issue
Block a user