UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

12 lines (11 loc) 213 B
function appendOptionsToSteps(options, steps, stepMap) { return options.forEach((opt) => { const step = stepMap[opt]; if (step) { steps.push(step); } }); } export { appendOptionsToSteps };