EASYAIuniappNewUI/node_modules/licia/root.js
2025-02-08 18:50:38 +08:00

5 lines
106 B
JavaScript

var isBrowser = require('./isBrowser');
exports = isBrowser ? window : global;
module.exports = exports;