Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created October 13, 2016 04:07
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 matthieu-D/d26a384bcfdc54c8ab59304d2025cf61 to your computer and use it in GitHub Desktop.
Save matthieu-D/d26a384bcfdc54c8ab59304d2025cf61 to your computer and use it in GitHub Desktop.
import { a, cb } from 'somewhere/over/the/rainbow';
cb(a, a);
//Or
import * as importedModule from 'somewhere/over/the/rainbow';
importedModule.cb(importedModule.a, importedModule.a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment