ponyfillGlobal.d.ts 174 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 /** * https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 * @deprecated Use `globalThis` instead. */ declare const _default: any; export default _default;