All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.public.resolve-config.js Maven / Gradle / Ivy

There is a newer version: 3.4.15
Show newest version
import resolveConfigObjects from '../util/resolveConfig'
import getAllConfigs from '../util/getAllConfigs'

export default function resolveConfig(...configs) {
  let [, ...defaultConfigs] = getAllConfigs(configs[0])
  return resolveConfigObjects([...configs, ...defaultConfigs])
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy