MCPcopy
hub / github.com/webpro/reveal-md / getSlideOptions

Function getSlideOptions

lib/config.js:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

copyAssetsFromOptionsFunction · 0.90
renderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected