Skip to content

Instantly share code, notes, and snippets.

@pawelgalazka
Created October 4, 2016 02:07
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 pawelgalazka/bee2c16994ccc53e0de4ceb5b7a738f9 to your computer and use it in GitHub Desktop.
Save pawelgalazka/bee2c16994ccc53e0de4ceb5b7a738f9 to your computer and use it in GitHub Desktop.
runjs tricks example (medium article)
import { run } from 'runjs'
export function test (what, mode = 'node') {
if (mode == 'browser') {
} else {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment