-
-
Save ardydedase/fce0aeed3b59e7e0b9cdc797395ecf22 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
| const isLocal: boolean = true | |
| const displayRunning = isLocal | |
| ? () => console.log('Running locally') | |
| : () => console.log('Not running locally') | |
| displayRunning() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment