| 66 | export const getOptions = () => mergedConfig; |
| 67 | |
| 68 | export const getSlideOptions = options => { |
| 69 | return _.defaultsDeep({}, cliConfig, options, localConfig, defaults); |
| 70 | }; |
| 71 | |
| 72 | export const getRevealOptions = options => { |
| 73 | return _.defaults({}, options, revealConfig, cliConfig); |
no outgoing calls
no test coverage detected