mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Apply even more let/const transforms.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import root from './_root.js';
|
||||
|
||||
/** Built-in value references. */
|
||||
var Symbol = root.Symbol;
|
||||
const Symbol = root.Symbol;
|
||||
|
||||
export default Symbol;
|
||||
|
||||
Reference in New Issue
Block a user