@rsmax/plugin-devtools
Version:
Inject React Devtools to Rsmax
17 lines (16 loc) • 394 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;
}
exports.default = global;