Files
ASHEBShop-h5/node_modules/babel-runtime/helpers/selfGlobal.js
T
2017-05-10 16:33:00 +08:00

4 lines
106 B
JavaScript

"use strict";
exports.__esModule = true;
exports.default = typeof global === "undefined" ? self : global;