Skip to content

Instantly share code, notes, and snippets.

@ardydedase
Created November 26, 2020 13:34
Show Gist options
  • Select an option

  • Save ardydedase/fce0aeed3b59e7e0b9cdc797395ecf22 to your computer and use it in GitHub Desktop.

Select an option

Save ardydedase/fce0aeed3b59e7e0b9cdc797395ecf22 to your computer and use it in GitHub Desktop.
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