Skip to content

Instantly share code, notes, and snippets.

@pnavarrc
Created July 11, 2019 15:33
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/27740d13fc8ddf9c7d0ede43340ebfc1 to your computer and use it in GitHub Desktop.
Save pnavarrc/27740d13fc8ddf9c7d0ede43340ebfc1 to your computer and use it in GitHub Desktop.
const isUselessRamdaMerge = node =>
t.isCallExpression(node) &&
isRamdaMerge(node.callee) &&
node.arguments.length === 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment