Skip to content

Instantly share code, notes, and snippets.

@pnavarrc
Created July 11, 2019 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnavarrc/1311c8c8e98465921acad9da784978e9 to your computer and use it in GitHub Desktop.
Save pnavarrc/1311c8c8e98465921acad9da784978e9 to your computer and use it in GitHub Desktop.
const createMergeExpression = (a, b) =>
t.objectExpression([
t.spreadElement(a),
t.spreadElement(b)
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment