mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 22:47:50 +00:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
import root from './_root.js';
|
|
|
|
/** Used to detect overreaching core-js shims. */
|
|
const coreJsData = root['__core-js_shared__'];
|
|
|
|
export default coreJsData;
|