Skip to content

Instantly share code, notes, and snippets.

@robinpokorny
Last active October 7, 2016 08:38
Show Gist options
  • Save robinpokorny/e5c46154d2b741f586dc8f3cfacafc08 to your computer and use it in GitHub Desktop.
Save robinpokorny/e5c46154d2b741f586dc8f3cfacafc08 to your computer and use it in GitHub Desktop.
export * as moduleA from './moduleA'
// should be a shorthand for:
import * as _moduleA from './moduleA'
export const moduleA = _moduleA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment