Created
October 4, 2016 02:07
-
-
Save pawelgalazka/bee2c16994ccc53e0de4ceb5b7a738f9 to your computer and use it in GitHub Desktop.
runjs tricks example (medium article)
This file contains 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
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