UNPKG

commonui-lib-test

Version:

"#common ui lib test"

7 lines (6 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class CConfig { static get Ins() { return CConfig._instance = CConfig._instance || new CConfig(); } } exports.default = CConfig;