Created
October 12, 2018 14:05
-
-
Save jackpopp/65f2b59b2e9a9ef5e2109b104f009ba4 to your computer and use it in GitHub Desktop.
Code block 50.js for - test.md
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
const { value } = literal; | |
const result = new Function(`return "${value}" ${operator} "${process.env.NODE_ENV}"`)(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment