Created
July 4, 2015 04:35
-
-
Save Jks15063/28161473300041e877d2 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
import foo from "./foo.js"; | |
foo(1); |
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
module.exports = foo; | |
var foo = (x) => x * 2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment