UNPKG

@openinc/parse-server-opendash

Version:
14 lines (13 loc) 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const __1 = require(".."); class ConfigInstance { static getInstance() { if (!ConfigInstance.instance) { ConfigInstance.instance = new __1.ConfigState(__1.customoptions); } return ConfigInstance.instance; } } ConfigInstance.instance = null; exports.default = ConfigInstance;