Skip to content

Instantly share code, notes, and snippets.

@Jks15063
Created July 4, 2015 04:35
Show Gist options
  • Save Jks15063/28161473300041e877d2 to your computer and use it in GitHub Desktop.
Save Jks15063/28161473300041e877d2 to your computer and use it in GitHub Desktop.
import foo from "./foo.js";
foo(1);
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