@ray-core/plugin-devtools
Version:
Inject React Devtools to Ray
21 lines (20 loc) • 487 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
let global;
if (typeof my !== 'undefined') {
// eslint-disable-next-line no-undef
global = my;
}
if (typeof wx !== 'undefined') {
// eslint-disable-next-line no-undef
global = wx;
}
if (typeof tt !== 'undefined') {
// eslint-disable-next-line no-undef
global = tt;
}
if (typeof ty !== 'undefined') {
// eslint-disable-next-line no-undef
global = ty;
}
exports.default = global;
;