Skip to content

Instantly share code, notes, and snippets.

@ihgrant
Forked from santaclauze/object.js
Created February 28, 2018 23:35
Show Gist options
  • Save ihgrant/d905f9f5639723d376c320f1130eeb05 to your computer and use it in GitHub Desktop.
Save ihgrant/d905f9f5639723d376c320f1130eeb05 to your computer and use it in GitHub Desktop.
const stepsConstructor = children.map(el => {
const step = el.props;
return {
settings: {
name: step.name,
status: step.status
},
options: step.options
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment