Skip to content

Instantly share code, notes, and snippets.

@pnavarrc
Created July 11, 2019 15:35
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/4e3730a2f8230f34ac30089273ac5446 to your computer and use it in GitHub Desktop.
Save pnavarrc/4e3730a2f8230f34ac30089273ac5446 to your computer and use it in GitHub Desktop.
{
type: "ObjectExpression",
properties: [
{
type: "SpreadProperty",
argument: {
type: "Identifier",
name: "a"
}
},
{
type: "SpreadProperty",
argument: {
type: "Identifier",
name: "b"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment