|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
281 bytes
|
| Line | |
|---|
| 1 | import resolveConfigObjects from '../util/resolveConfig'
|
|---|
| 2 | import getAllConfigs from '../util/getAllConfigs'
|
|---|
| 3 |
|
|---|
| 4 | export default function resolveConfig(...configs) {
|
|---|
| 5 | let [, ...defaultConfigs] = getAllConfigs(configs[0])
|
|---|
| 6 | return resolveConfigObjects([...configs, ...defaultConfigs])
|
|---|
| 7 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.