mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Apply let/const transform.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import root from './_root.js';
|
||||
|
||||
/** Used to detect overreaching core-js shims. */
|
||||
var coreJsData = root['__core-js_shared__'];
|
||||
const coreJsData = root['__core-js_shared__'];
|
||||
|
||||
export default coreJsData;
|
||||
|
||||
Reference in New Issue
Block a user