mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-04 08:04:48 +08:00
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
import root from './_root.js';
|
|
|
|
/** Used to detect overreaching core-js shims. */
|
|
var coreJsData = root['__core-js_shared__'];
|
|
|
|
export default coreJsData;
|