Files
lodash/_coreJsData.js
John-David Dalton c731ef8e1e Bump to v4.13.0.
2016-05-22 19:32:32 -07:00

8 lines
163 B
JavaScript

define(['./_root'], function(root) {
/** Used to detect overreaching core-js shims. */
var coreJsData = root['__core-js_shared__'];
return coreJsData;
});