function configure()

in src/config.ts [46:48]


function configure(opts: Partial<Config> = {}) {
    configurations = xtend(configurations, opts);
}