UNPKG

slightning-coco-widget--webpack

Version:

SLIGHTNING 的 CoCo 控件框架 —— webpack 相关工具。

7 lines (6 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getGlobalVar = getGlobalVar; function getGlobalVar(name) { return new Function("return window." + name.replace(/_/g, ""))(); }