Skip to content

Instantly share code, notes, and snippets.

@pnavarrc
Created July 11, 2019 15:32
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/e95aefc1b4adb6e0b9ffba264e2b4a3c to your computer and use it in GitHub Desktop.
Save pnavarrc/e95aefc1b4adb6e0b9ffba264e2b4a3c to your computer and use it in GitHub Desktop.
const isRamdaMerge = node =>
t.isMemberExpression(node) &&
t.isIdentifier(node.object, { name: "R" }) &&
t.isIdentifier(node.property, { name: "merge" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment