Skip to content

Instantly share code, notes, and snippets.

@Zirak
Created March 21, 2016 20:19
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 Zirak/a7706efdbc1c8dc4540c to your computer and use it in GitHub Desktop.
Save Zirak/a7706efdbc1c8dc4540c to your computer and use it in GitHub Desktop.
import * as foo from './foo';
foo
.bar();
export function bar() {
console.log('I am bar');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment