Skip to content

Instantly share code, notes, and snippets.

@robotlolita
Created September 9, 2015 17:25
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 robotlolita/9e26bc622b958cfd12a3 to your computer and use it in GitHub Desktop.
Save robotlolita/9e26bc622b958cfd12a3 to your computer and use it in GitHub Desktop.
import { a } as b from c;
a(b)
import { a } as b from c;
a(foo);
b.qux(foo);
import { a } as b from c;
a(foo);
b[foo](foo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment