mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-25 00:08:20 -05:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
var root = require('./_root');
|
|
|
|
/** Used to detect overreaching core-js shims. */
|
|
var coreJsData = root['__core-js_shared__'];
|
|
|
|
module.exports = coreJsData;
|