UNPKG

@alicloud/console-base-global

Version:
7 lines 184 B
import { getWindow } from '@alicloud/sandbox-escape'; /** * 获取 window 上的全局变量 */ export default function getGlobalVarFromWindow() { return getWindow().ConsoleBase; }