"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getConfig = void 0;
const module_1 = require("../module");
const getConfig = (constructor) => (0, module_1.getConfigInstance)(constructor);
exports.getConfig = getConfig;