function getConfig()

in src/config.ts [50:52]


function getConfig(): Config {
    return configurations;
}