Created
December 29, 2019 13:12
-
-
Save WimJongeneel/011e041b8105693fd31c9b1501c20ef1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
createBinaryExpression( | |
'&&', | |
createBinaryExpression( | |
'==', | |
createIndexExpression('Id'), | |
createValExpression(1) | |
), | |
createBinaryExpression( | |
'includes', | |
createIndexExpression('Title'), | |
createValExpression('Hello') | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment