UNPKG

@alicloud/console-base-global

Version:
13 lines (12 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getGlobalVarFromWindow; var _sandboxEscape = require("@alicloud/sandbox-escape"); /** * 获取 window 上的全局变量 */ function getGlobalVarFromWindow() { return (0, _sandboxEscape.getWindow)().ConsoleBase; }