Skip to content

Instantly share code, notes, and snippets.

@ianaya89
Created March 14, 2017 04:11
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 ianaya89/4773ea711e134bd49caa0506ebe6cb59 to your computer and use it in GitHub Desktop.
Save ianaya89/4773ea711e134bd49caa0506ebe6cb59 to your computer and use it in GitHub Desktop.
import defaultMember from "module-name";
import * as name from "module-name";
import { member } from "module-name";
import { member as alias } from "module-name";
import { member1 , member2 } from "module-name";
import "module-name";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment