()
| 8 | } |
| 9 | |
| 10 | function getConfig() { |
| 11 | return { |
| 12 | ...getConfigDTL(), |
| 13 | ...configForRTL, |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | function configure(newConfig) { |
| 18 | if (typeof newConfig === 'function') { |
no outgoing calls
no test coverage detected
searching dependent graphs…