UNPKG

discord-together

Version:

Play games or watch YouTube videos together on Discord! More than 23 games available!

10 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createApplicationConfig = createApplicationConfig; function mergeApplicationOptions(arr) { return arr.reduce((acc, obj) => ({ ...acc, ...obj }), {}); } function createApplicationConfig(config, options) { return (options?.extends ? { ...mergeApplicationOptions(options.extends), ...config } : config); } //# sourceMappingURL=factory.js.map