UNPKG

sd-treeview

Version:

simple folders and files view in tree-view formate

13 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalStore = void 0; class GlobalStore { static getclickStoreAddress() { return this.clickStoreAddress; } static setclickStoreAddress(address) { this.clickStoreAddress = address; } } exports.GlobalStore = GlobalStore; //# sourceMappingURL=GlobalStore.js.map